From 3b287fa24af9c2addbcded0d914e05daa5eb0248 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 9 Aug 2020 04:33:59 +0100 Subject: [PATCH] Got rid of white space --- cogs/info.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/info.py b/cogs/info.py index 45a422e8..4af4be54 100644 --- a/cogs/info.py +++ b/cogs/info.py @@ -218,7 +218,6 @@ class Info(Cog): # Store the first 20 roles in a string called "roles" # (Skipping the first element as it's always going to be @everyone) - role_string = f"{' **|** '.join(map(str, (role.mention for role in list(reversed(ctx.guild.roles))[:20])))} and **{length}** more" else: