Remove debug line
This commit is contained in:
parent
afb8b0617a
commit
31d554e2d2
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ class OwnerCog(commands.Cog):
|
||||||
):
|
):
|
||||||
await ctx.send("Restarting core systems...")
|
await ctx.send("Restarting core systems...")
|
||||||
if isinstance(ctx.channel, discord.channel.DMChannel):
|
if isinstance(ctx.channel, discord.channel.DMChannel):
|
||||||
print("IsDM")
|
|
||||||
jarvis.restart_ctx = {
|
jarvis.restart_ctx = {
|
||||||
"user": ctx.message.author.id,
|
"user": ctx.message.author.id,
|
||||||
"channel": ctx.channel.id,
|
"channel": ctx.channel.id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue