A simple, yet effective, discord bot for misc. tasks
Report bug
·
Request feature
- Clone the repository
- Navigate to the root of the cloned directory
- Install required dependencies
python3 -m pip install -U requirements.txt
- Create a new application and bot user through Discord Developer Portal
- Invite the bot to your Discord server
- e.g. use link:
https://discord.com/oauth2/authorize?client_id=[your client id here]&scope=bot%20applications.commands&permissions=[your permission integer here]
- Select your server from the list
-
Create a file called ".env".
-
Get your bot's secret token from the developer portal as well as a "Open Weather API Key" (found on OpenWeather) put it in the .env file in the respective place:
TOKEN = ""
OPENWEATHERMAP_KEY = ""
- Launch the bot
python3 bot.py
➣ Weather
➣ Member CountInside the installed folder, you can expect the following (in the respective format):
📦Bruh-Bot
┣ 📂src
┃ ┣ 📂cogs
┃ ┃ ┗ 📂Info
┃ ┃ ┃ ┣ 📜Members.py
┃ ┃ ┃ ┗ 📜Weather.py
┃ ┗ 📜bot.py
┣ 📜.env
┣ 📜.gitattributes
┣ 📜.gitignore
┣ 📜LICENSE
┣ 📜README.md
┗ 📜requirements.txt
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Aidan - Livxy
https://github.com/livxy
ily @timof121 for helping me with the bot😻
Code and documentation copyright 2022-Present the authors. Code released under the MIT License.
Enjoy ❤️