From 9cb259c2f9174b75a2e7e45d057805fa3a38346b Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 27 Aug 2020 01:27:36 +0100 Subject: [PATCH] Fixed line count Added perms command for only User/Role for now. --- cogs/info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/info.py b/cogs/info.py index d5513fae..105fc144 100644 --- a/cogs/info.py +++ b/cogs/info.py @@ -31,10 +31,10 @@ from discord.ext.commands import BucketType, cooldown, bot_has_permissions, guil from discord.ext.commands import command from psutil import Process, virtual_memory -# Using forzenset -# Permissions to filter through from bot.libs.paginator import AllPermissions +# Using forzenset +# Permissions to filter through Perms = frozenset( { "create instant invite",