This repository contains the code of the Miwa Discord server bot.
The bot is used to:
- Send a welcome message to joining members
- Thanks to the user when someone boosted the server
- Have stats of the website with the
/stats
command
events/
: Contains the event handlers for the bot.models/
: Contains the database models.utils/
: Contains utility functions, such as the database connection.main.go
: Self-explanatory, the main file of the bot.
This project is licensed under the MIT License. See the LICENSE file for details.