From 59dd6a65275a80695621a1364c59dc68e01b2b40 Mon Sep 17 00:00:00 2001 From: AskDavis <35181018+AskDavis@users.noreply.github.com> Date: Sat, 20 May 2023 18:48:15 -0700 Subject: [PATCH] Update connect_discord.py --- app/discord_bot/connect_discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/discord_bot/connect_discord.py b/app/discord_bot/connect_discord.py index c1979de..956e33b 100644 --- a/app/discord_bot/connect_discord.py +++ b/app/discord_bot/connect_discord.py @@ -18,7 +18,7 @@ class MyClient(discord.Client): logging.info('Message from {0.author}: {0.content}'.format(message)) if message.author == client.user: return - if "mabel" in message.content.lower(): + if "nate" in message.content.lower(): try: response = await chatgpt_response(message.content) except Exception as e: