Start by setting up a bot application. Make note of the following for configuration:
- Client ID: Developer Portal > General Information > Application ID
- Token: Developer Portal > Bot > Token
npm install # Install dependencies
npm run init # Set credentials and deploy commands
npm start # Bring the bot online
/cookie
/fortune
/numbers amount: [1, 12] min: [0, 1000] max: [0, 1000]
/roll amount: [1, 12] sides: [4, 256]
/flip call: 'heads' | 'tails'