A Discord bot built using discord.py, created for learning the basics of bot development.
Note
This project is currently in early development and is mainly focused on learning and experimenting with Discord bot fundamentals.
Bot requires Python 3.8+ to run.
pip install -r requirements.txtTip
It is recommended to use a virtual environment.
Set .env file with the values in .env.example You can get your bot token from discord developer portal.
BOT_TOKEN = your_token_here
BOT_STATUS = "Your Status Here"
GUILD_ID = your_test_server_id
OWNER_ID = your_user_idpython main.py
