Skip to content

Instantly share code, notes, and snippets.

@aziznatour
aziznatour / start-discordjs-bot.md
Created January 22, 2018 22:55
Getting started with discord.js
@aziznatour
aziznatour / botCommands.regex
Created January 3, 2018 21:45
A simple Regex for detecting bot commands (e.g. `?help` and `bot!start`)
/^.{0,20}[~!$%^&*_\-+:;?=>]\w+(?:\s\w*)?$/