Skip to content

Instantly share code, notes, and snippets.

@Iliannnn
Iliannnn / Discord.js-v14-Events.md
Last active May 11, 2026 21:08
Discord.js v14 Events - Cheatsheet

Discord.js v14 Events

An overview of all events in Discord.js v14 with examples.

📢 | Last updated: 1 May 2026 (v14.26.2)

ℹ️ | client references to your client instance.

ℹ️ | The v13 overview can be found here.

@mohanpedala
mohanpedala / bash_strict_mode.md
Last active May 15, 2026 21:46
set -e, -u, -o, -x pipefail explanation