Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.21 KB

File metadata and controls

44 lines (29 loc) · 1.21 KB

Slash Suggestion Bot

license

A suggestion bot with Discord Slash Commands

Configuration Example

module.exports = {
	token: 'DISCORD_BOT_TOKEN',
	prefix: '!',
	suggestion_channelID: 'SUGGESTION_CHANNEL_ID',
	mongo_url: 'mongodb://localhost:27017/sujal',
	developer_role: 'DEVELOPER_ROLE_ID',
};

Package Installation

Discord Levelling Bot requires Node.js to run.

$ cd slash-suggestion-bot
$ npm install
$ npm run start

Usage

  1. Grab source by either using Git to clone or by downloading!
  2. Run npm i to install dependencies.
  3. Rename example.config.js to config.js and replace the marked fields with the proper credentials.
  4. Now run npm run start to start the application!
  5. Go to Discord and test your bot.

Creators 💖

  • Sujal Goel#0302