Remove debug line

This commit is contained in:
Zeva Rose 2021-06-26 22:55:51 -06:00
parent afb8b0617a
commit 31d554e2d2

View file

@ -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,