From 1a7d3a095de5619daa3760a34dafe39c9b3ab885 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Tue, 23 Oct 2018 10:49:47 -0700 Subject: [PATCH] [V3 JoinLeave] Remove a print --- joinleave/joinleave.py | 1 - 1 file changed, 1 deletion(-) diff --git a/joinleave/joinleave.py b/joinleave/joinleave.py index 86fc0ca..f3a572b 100644 --- a/joinleave/joinleave.py +++ b/joinleave/joinleave.py @@ -176,7 +176,6 @@ class JoinLeave(BaseCog): f"I tried to ping for this alert but I don't have permissons to manage roles!\n\N{WARNING SIGN} First sighting\n{msg}" ) else: - print("not new") await channel_obj.send(msg) @staticmethod