Rewrote main.py, Updated LICENSE

- Pushed bot class into its own file
- Now uses an .env file
- Listens for SIGINT and SIGTERM signals and acts accordingly
This commit is contained in:
2025-08-12 17:56:52 +02:00
parent ede0060c86
commit 8c9368865a
5 changed files with 135 additions and 127 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
discord.py==2.4.0
asyncpraw==7.8.1
colorama==0.4.6
aiohttp==3.11.11
pillow==11.1.0
python-dotenv==1.1.1