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 commandsnpm 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'
/pick list: (a, b, ...) amount: [1, #list]
/shuffle list: (a, b, ...)
/shake