aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-07 19:49:10 +0100
committerGravatar Joe Banks <[email protected]>2020-10-07 19:49:10 +0100
commit9afc00199e4e0177f4ed01b04ad8d97f2bfc856b (patch)
tree0e3399bdd97eae626486f9edc07d2c919f83f524
parentAdd GCC into container (diff)
Fix typo in intents
-rw-r--r--metricity/bot.py2
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,