mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user