Free and open source Discord bot made to show appreciation to others and reward said appreciation. Beautifully translated to 3 languages.
Add to your server, Build Instructions
- Turkish Docs
- English Docs
- Japanese Docs
- Korean Docs (Coming soon)
- Language support for English, Turkish, Japanese
- Language support for Korean, German and Spanish
- Customisable role rewards
- Admin commands (
/set
,/set-cooldown
) - Customisable cooldowns
thanks the given user, adds 1 point to their score and gives them a role if role rewards are set and they have enough points.
Shows the cooldown if the user is on cooldown.
Shows the score of the given user, if no user is given, shows the score of the user who sent the command.
Shows the role rewards set for the server.
Displays the leaderboard for the current server, amount is optional and specificies the amount of users to display.
Sets the score of the given user to the given amount.
Sets the cooldown of the server to the given amount.
Adds a role reward to the server, if the role reward already exists, adds the given amount to the existing amount.
Removes the given role reward from the server.
- Clone the repository
$ git clone https://github.com/onrirr/appreciation-bot
- Install dependencies with
npm install
$ npm install
- Create a
.config
file - Add your bot token to the .config file like so
token = XXXXXXX_xXXXXX_xXX_xXXXXXXXXXXXXX
- Run the bot with
npm start
$ npm run start
- Invite the bot to your server and enjoy!
This project is licensed under the MIT License - see the LICENSE file for details