This repository contains boilerplate code for creating a Discord bot. This boilerplate contains a pattern used to define commands, aliases, and command arguments.
-
Install Node.js
-
Install dependencies with
npm install. -
Set
DISCORD_API_TOKENenvironment variable or add token toconfig.yml. -
Run with
npm start