About • Features • Installation • Setting Up
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 ⭐!
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.
git clone https://github.com/peterhanania/suggestion-bot.git
then run:
npm install
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 incolors.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.
- peterhanania - Developer - peterhanania - Created the original bot code (Link to code
- John Fries - Developer - John Fries - Updated to fix