Got rid of print statement

pull/8/head
sgoudham 4 years ago
parent 9cb259c2f9
commit 8b3c954d26

@ -247,8 +247,6 @@ class Info(Cog):
perms = [f"{perm.title().replace('_', ' ')}: {self.bot.tick if value else self.bot.cross}" for perm, value perms = [f"{perm.title().replace('_', ' ')}: {self.bot.tick if value else self.bot.cross}" for perm, value
in item.permissions] in item.permissions]
print(perms)
# TODO: REALLY INEFFICIENT WAY. IMPROVE THIS # TODO: REALLY INEFFICIENT WAY. IMPROVE THIS
middle = len(perms) // 2 middle = len(perms) // 2

Loading…
Cancel
Save