From fe3097a92888ceda09013c7bcef2f0d66d32b21a Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Fri, 6 Dec 2019 20:46:31 -0800 Subject: [PATCH] [Tools] no msg here --- tools/tools.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/tools.py b/tools/tools.py index 54fd7e3..aeeb9fb 100644 --- a/tools/tools.py +++ b/tools/tools.py @@ -584,8 +584,6 @@ class Tools(commands.Cog): @checks.mod_or_permissions(manage_guild=True) async def rolelist(self, ctx): """Displays the server's roles.""" - msg = [] - form = "`{rpos:0{zpadding}}` - `{rid}` - {rment}" max_zpadding = max([len(str(r.position)) for r in ctx.guild.roles]) rolelist = [