fix update channel.send

This commit is contained in:
2025-12-21 17:20:49 +05:00
parent 8d12c3315b
commit 732cd14d42

View File

@@ -31,7 +31,7 @@ class Update(commands.Cog):
try:
await channel.send('restart successful')
except:
await context..send('restart succesful')
await context.send('restart succesful')
@commands.Cog.listener()
async def on_ready(self):