From 9afc00199e4e0177f4ed01b04ad8d97f2bfc856b Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 7 Oct 2020 19:49:10 +0100 Subject: Fix typo in intents --- metricity/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricity/bot.py b/metricity/bot.py index 1afff30..8f8ef95 100644 --- a/metricity/bot.py +++ b/metricity/bot.py @@ -20,7 +20,7 @@ from metricity.models import Category, Channel, Message, User log = logging.getLogger(__name__) intents = Intents.all( - guilds=True, + guild=True, members=True, bans=False, emojis=False, -- cgit v1.2.3