Skip to content

A simple discord.js bot to handle suggestions in your server. Does not require a database!

Notifications You must be signed in to change notification settings

Johns-bots/suggestion-bot

 
 

Repository files navigation

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

About

A simple discord.js bot to handle suggestions in your server. Does not require a database!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%