Commit Graph

15 Commits

Author SHA1 Message Date
lars-winzer c4cb477637 Move portal attributes to Bot class 2025-09-21 15:23:14 +02:00
lars-winzer 2f33d840f3 Move version to independent VERSION file 2025-09-21 14:59:12 +02:00
lars-winzer bfd497898e Update copyright year 2025-09-16 18:30:07 +02:00
lars-winzer 01d90e6625 Move imports to the top of the document
- Remove unnecessary prints
- Remove unnecessary f-strings
2025-09-16 14:10:04 +02:00
lars-winzer f98a70f330 Removed deleted cogs from the setup_hook 2025-01-17 17:22:53 +01:00
lars-winzer da18c164c7 Removed the about command
Removed leftover of the maintenance command
2025-01-17 17:20:33 +01:00
lars-winzer 70a8974e28 Added check system for all slash-commands
Blocks command execution during startup-routine, providing an explanation to the user
Removed leftover comment in about.py
2024-10-30 12:29:19 +01:00
lars-winzer fb17b8d402 Added the on_connect routine, to load neccessary parts of the software after the bot has logged in 2024-10-30 12:00:35 +01:00
lars-winzer a272c5c087 Consolidated some stuff 2024-10-23 20:19:44 +02:00
lars-winzer c2aa7a6699 Added displayed ascii art before startup 2024-10-19 21:24:57 +02:00
lars-winzer c7babfd6ff Added debug app command to get general information
Updated portal to store additional data
2024-10-18 19:08:07 +02:00
lars-winzer 2b1547513d Added graceful shutdown for bot connection (await bot.close()) 2024-10-18 19:01:01 +02:00
lars-winzer 709f5df4db Added slash-commands to reload all cogs aswell as print general information 2024-10-12 23:44:42 +02:00
lars-winzer 57282d9c56 Implemented basic functionality to bring the bot online 2024-10-11 18:32:21 +02:00
lars-winzer 203c6281ad Initial set-up and establishment of a structure for the project 2024-10-06 17:38:28 +02:00