Skip to content

A discord bot to track "owo", usually used to help with OwO bot. Made with Discord.js v13 includes Slash commands, Leaderboards, Auto Resets etc.

License

Notifications You must be signed in to change notification settings

astrexxx/Discord-OwO-tracker

Repository files navigation

Discord-OwO-tracker

A discord bot to track "owo", usually used to help with OwO bot


Requirements

  • Discord.js v13 (npm install discord.js@latest)
  • applications.commands scope enabled for your bot in Developer Portal (For Slash Cmds).
  • NodeJS v16.6 or higher
  • Basic knowledge of JS or Discord.JS

How to start the bot?

  • Run npm install to install all the dependencies first
  • Run node deploy-commands.js to register slash commands
  • Finally run node . to start the bot

Features

Available Features
Features Availability
Auto daily reset
Auto weekly reset
Daily, Weekly, Monthly, Total stats

Configuration

  • Edit the config.json file 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"
}

⭐ Star the Repo if you liked it!

About

A discord bot to track "owo", usually used to help with OwO bot. Made with Discord.js v13 includes Slash commands, Leaderboards, Auto Resets etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published