From 31d554e2d2f4c8478b1219c1c59f6436c820193e Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sat, 26 Jun 2021 22:55:51 -0600 Subject: [PATCH] Remove debug line --- jarvis/cogs/owner.py | 1 - 1 file changed, 1 deletion(-) 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,