https://github.com/sigmanificient/simplepythonbot
A simple discord.py OOP bot with basic commands
https://github.com/sigmanificient/simplepythonbot
Last synced: 6 months ago
JSON representation
A simple discord.py OOP bot with basic commands
- Host: GitHub
- URL: https://github.com/sigmanificient/simplepythonbot
- Owner: Sigmanificient
- License: mit
- Created: 2021-05-15T21:23:36.000Z (over 4 years ago)
- Default Branch: cogs_based_oop_structure
- Last Pushed: 2024-04-18T17:44:00.000Z (over 1 year ago)
- Last Synced: 2025-02-13T19:22:03.682Z (8 months ago)
- Language: Python
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Cog python Bot
[](https://scrutinizer-ci.com/g/Sigmanificient/SimplePythonBot/?branch=one_file_cogs_based_structure)




Make sure to follow the requirements in `requirements.txt`
The bot token should be in a `.env` file such as the `.env.template` file:
```dotenv
TOKEN=YOUR_BOT_TOKEN
```## Default commands
- `help`, `bot`, `invite`, `ping`, `load`, `unload`, `reload`## Clear logs
Everything is kept clear with common log format
```log
[17/May/2021:00:44:27] Loading bot extensions
[17/May/2021:00:44:27] - dev.py
[17/May/2021:00:44:27] - extensions.py
[17/May/2021:00:44:27] - info.py
[17/May/2021:00:44:27] 3 extensions loaded
[17/May/2021:00:44:28] Logged in as Bot#0001 after 0.888s
[17/May/2021:00:44:30] Ready after 2.900s
```