From 8134c38ba94a24514ff0b4476321ba70fd2dcb93 Mon Sep 17 00:00:00 2001 From: LostLuma Date: Mon, 29 Apr 2024 18:23:36 +0200 Subject: [PATCH] Listen to DM messages to allow the revocation menu to work --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index ecaa5ed..c5ce21f 100644 --- a/run.py +++ b/run.py @@ -46,7 +46,7 @@ async def main(): intents = discord.Intents( guilds=True, emojis=True, - guild_messages=True, + messages=True, guild_reactions=True, message_content=True, )