████████╗██╗ ██╗ █████╗ ████████╗███████╗██╗ ██╗██╗ ██╗ █████╗ ████████╗
╚══██╔══╝██║ ██║██╔══██╗╚══██╔══╝██╔════╝██║ ██║██║ ██║██╔══██╗╚══██╔══╝
██║ ███████║███████║ ██║ ███████╗██║ █╗ ██║███████║███████║ ██║
██║ ██╔══██║██╔══██║ ██║ ╚════██║██║███╗██║██╔══██║██╔══██║ ██║
██║ ██║ ██║██║ ██║ ██║ ███████║╚███╔███╔╝██║ ██║██║ ██║ ██║
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝
███████╗██╗ ██╗███████╗██████╗ ██████╗ ████████╗
██╔════╝██║ ██║██╔════╝██╔══██╗██╔═══██╗╚══██╔══╝
███████╗███████║█████╗ ██████╔╝██║ ██║ ██║
╚════██║██╔══██║██╔══╝ ██╔══██╗██║ ██║ ██║
███████║██║ ██║███████╗██████╔╝╚██████╔╝ ██║
╚══════╝╚═╝ ╚═╝╚══════╝╚═════╝ ╚═════╝ ╚═╝
First, clone the repository:
git clone https://github.com/Ibinola/your-repo-name.git
cd your-repo-nameThen install necessary packages
pip install discord requests python-dotenvCreate a .env file in the project directory and add your Discord bot token:
TOKEN=your_discord_bot_tokenpython bot.pyClone this repo and install packages
git clone https://github.com/Ibinola/your-repo-name.git
cd your-repo-name
pip install -r requirements.txt
Michael Ibinola – ibinolamichael1@gmail.com
Distributed under the MIT license. See LICENSE for more information.
- Host somewhere
- explore more features?
- add slash command
- handle errors properly
- write tests
