From 1ae20be242ca33538e6a577cfacdbe3649ac8ffd Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 26 Aug 2020 19:57:32 +0100 Subject: [PATCH] Getting rid of redundant "pass" --- cogs/guild.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/guild.py b/cogs/guild.py index 817a0ee1..0e7c4df0 100644 --- a/cogs/guild.py +++ b/cogs/guild.py @@ -181,7 +181,6 @@ class Guild(Cog): @bot_has_permissions(manage_roles=True) async def roles_persist(self, ctx): """Role Persist! Keep user roles when they leave/join!""" - pass @roles_persist.command(name="status") async def rp_status(self, ctx):