A discord bot to track "owo", usually used to help with OwO bot
- Discord.js v13 (
npm install discord.js@latest) applications.commandsscope enabled for your bot in Developer Portal (For Slash Cmds).- NodeJS v16.6 or higher
- Basic knowledge of JS or Discord.JS
- Run
npm installto install all the dependencies first - Run
node deploy-commands.jsto register slash commands - Finally run
node .to start the bot
| Features | Availability |
|---|---|
| Auto daily reset | ✅ |
| Auto weekly reset | ✅ |
| Daily, Weekly, Monthly, Total stats | ✅ |
- Edit the
config.jsonfile and enter the required values
{
"embedColor": "COLOR_HEX_CODE",
"autoWeekly": "TRUE_OR_FALSE",
}- Create an .env file and enter the required values
{
TOKEN="DISCORD_BOT_TOKEN",
mongouri="MONGODB_URI",
guildId="YOUR_SERVER_ID",
clientId="YOUR_BOT_ID"
}