OwO Bot is a Discord bot project that automatically runs "OwO" commands in a specified channel. The bot keeps track of wins and losses and executes commands at specific time intervals.
- Automatic execution of "OwO" commands
- Tracking of wins and losses
- Execution of commands at specific time intervals
- Python 3.x
- discord.py
- python-dotenv
- requests
-
Install the required packages using the
requirements.txt
file:pip install -r requirements.txt
-
Create a
.env
file and add the necessary variables:TOKEN=Your_Discord_Bot_Token CHANNEL_ID=Your_Channel_ID AUTH=Your_Auth_Token
-
Run the bot:
python main.py
After running the bot, it will automatically execute "OwO" commands in the Discord channel you specified.