Skip to content

Commit

Permalink
Listen to DM messages to allow the revocation menu to work
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Apr 29, 2024
1 parent c0d9bad commit 8134c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 8134c38

Please sign in to comment.