diff --git a/jarvis/cogs/owner.py b/jarvis/cogs/owner.py index d4f8249..384d3aa 100644 --- a/jarvis/cogs/owner.py +++ b/jarvis/cogs/owner.py @@ -94,7 +94,6 @@ class OwnerCog(commands.Cog): ): await ctx.send("Restarting core systems...") if isinstance(ctx.channel, discord.channel.DMChannel): - print("IsDM") jarvis.restart_ctx = { "user": ctx.message.author.id, "channel": ctx.channel.id,