diff options
author | 2020-10-07 19:49:10 +0100 | |
---|---|---|
committer | 2020-10-07 19:49:10 +0100 | |
commit | 9afc00199e4e0177f4ed01b04ad8d97f2bfc856b (patch) | |
tree | 0e3399bdd97eae626486f9edc07d2c919f83f524 | |
parent | Add GCC into container (diff) |
Fix typo in intents
-rw-r--r-- | metricity/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |