Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 1.79 KB

README.md

File metadata and controls

77 lines (56 loc) · 1.79 KB

Discord Suggestion bot

AboutFeaturesInstallationSetting Up

About

An open source discord suggestion bot to manage server Suggestions. The following bot doesnt require a database.

If you liked this repository, feel free to leave a star ⭐!

Features

suggest : Suggests a suggestion
decline : Declines a suggestion.
approve : Approves a suggestion.
ping : Gets the ping of the bot.
help : Shows help embed.
eval : Evaluation command.

Installation

git clone https://github.com/peterhanania/suggestion-bot.git

then run:

npm install

Setting Up

Set up all your information in the config.json File as such

{
  "prefix": "BOT_PREFIX_YOU_WANT",
  "main_token": "YOUR_BOT_TOKEN",
  "developers": ["DEVELOPERS_IDS"],
  "bot_name":"YOUR_BOT_NAME",
  "suggestion_channel_id":"SUGGESTION_CHANNEL_ID"
  "bot_status":"online",
  "bot_status_name":"THE_BOTS_STATUS",
  "bot_status_type":"WATCHING"
}

You can change the emojis in emojis.js and colors in colors.js

If you want to change the reaction emojis go to commands/suggestions/suggest.js and edit

  ```
   s.react(`✅`)
   s.react(`❌`)
  ```

Once done, you can launch the bot with node index.js.

Any questions? DM me on Discord.

Authors