diff options
-rw-r--r-- | metricity/bot.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metricity/bot.py b/metricity/bot.py index 8f8ef95..018c2dc 100644 --- a/metricity/bot.py +++ b/metricity/bot.py @@ -19,8 +19,8 @@ from metricity.models import Category, Channel, Message, User log = logging.getLogger(__name__) -intents = Intents.all( - guild=True, +intents = Intents( + guilds=True, members=True, bans=False, emojis=False, |