feat(shutdown): Improve bot shutdown handling and logging

Added graceful shutdown support via signals in bot.py, improved shutdown command to use SIGTERM, and enhanced logging for shutdown events. Updated UDID command description for clarity.
This commit is contained in:
neoarz
2025-09-21 08:47:15 -04:00
parent 2e818d3453
commit f28ae00d7d
4 changed files with 65 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ class Udid(commands.Cog, name="udid"):
self.bot = bot
@commands.hybrid_command(
name="udid", description="Information about SideStore UDID error"
name="udid", description="SideStore could not determine device UDID"
)
async def udid(self, context: Context) -> None:
embed = discord.Embed(