A suggestion bot with Discord Slash Commands
module.exports = {
token: 'DISCORD_BOT_TOKEN',
prefix: '!',
suggestion_channelID: 'SUGGESTION_CHANNEL_ID',
mongo_url: 'mongodb://localhost:27017/sujal',
developer_role: 'DEVELOPER_ROLE_ID',
};Discord Levelling Bot requires Node.js to run.
$ cd slash-suggestion-bot
$ npm install
$ npm run start- Grab source by either using Git to clone or by
downloading! - Run
npm ito install dependencies. - Rename
example.config.jstoconfig.jsand replace the marked fields with the proper credentials. - Now run
npm run startto start the application! - Go to Discord and test your bot.
- Sujal Goel#0302
