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

peterhanania/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.

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"
}

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

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

Any questions? DM me on Discord.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published