Skip to content

Development-Code/slash-suggestion-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A suggestion bot with Discord Slash Commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published