Skip to content

Instantly share code, notes, and snippets.

@Iliannnn
Iliannnn / Discord.js-v14-Events.md
Last active July 14, 2026 16:18
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 July 22, 2026 14:41
set -e, -u, -o, -x pipefail explanation