fix update channel.send
This commit is contained in:
@@ -31,7 +31,7 @@ class Update(commands.Cog):
|
|||||||
try:
|
try:
|
||||||
await channel.send('restart successful')
|
await channel.send('restart successful')
|
||||||
except:
|
except:
|
||||||
await context..send('restart succesful')
|
await context.send('restart succesful')
|
||||||
|
|
||||||
@commands.Cog.listener()
|
@commands.Cog.listener()
|
||||||
async def on_ready(self):
|
async def on_ready(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user