This is a Discord bot that allows users to submit suggestions using slash commands.
- Submit a suggestion using
/suggest
slash command. - Suggestions are posted in a designated suggestion channel.
- Users can react to suggestions with thumbs up and thumbs down emojis.
- Node.js (at least version 16.x)
- Discord.js (version 13.16.0)
- Discord bot token
- Clone the repository:
git clone https://github.com/your-username/suggestions-bot.git
cd suggestions-bot
- Install the dependencies:
npm i
- Setup the config file
{
"token": "YOUR_BOT_TOKEN",
"guildId": "YOUR_GUILD_ID",
"appId": "YOUR_BOT_APPLICATION_ID",
"suggestionChannelId": "YOUR_SUGGESTION_CHANNEL_ID"
}
Then you're ready to run the bot!