From add32109957d1200907b14ef9968862fef54201f Mon Sep 17 00:00:00 2001 From: Bobbyperson12 Date: Sat, 10 Aug 2024 21:34:36 -0400 Subject: [PATCH] and format main smh --- reaper/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reaper/main.py b/reaper/main.py index 4c5edc7..1d110d3 100644 --- a/reaper/main.py +++ b/reaper/main.py @@ -40,7 +40,7 @@ "cogs.playtester_ping_proxy", "cogs.price_check", "cogs.user_replies", - "cogs.sentiment_analyzer" + "cogs.sentiment_analyzer", ) INTENTS = discord.Intents.default() INTENTS.message_content = True