Skip to content

Instantly share code, notes, and snippets.

View tandpfun's full-sized avatar
👋
hey!!

Thijs tandpfun

👋
hey!!
View GitHub Profile
@advaith1
advaith1 / discordjs-slash-commands.md
Last active April 20, 2024 05:39
Slash Commands in Discord.js
@thomasbnt
thomasbnt / code_colors_discordjs.md
Last active May 21, 2024 13:24
Code colors for embed discord.js

Here is an updated list of the colors that are currently implemented with a name. To using colors on discord.js, this is a typedef Colors, Colors.Aqua to get the Aqua color.

Name Int value Hex Code
Default 0 #000000
Aqua 1752220 #1ABC9C
DarkAqua 1146986 #11806A
Green 5763719 #57F287
DarkGreen 2067276 #1F8B4C
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 24, 2024 18:19
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example