summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorseth <[email protected]>2022-12-25 18:22:38 -0500
committerseth <[email protected]>2022-12-25 18:22:38 -0500
commit9c2f08fca26920cd425783b00b0cf91af18e8feb (patch)
tree453fcd1368405392bbfcc5de6d6005a7a7b14f90 /src
parentb48e2e954958187e3681328daace22d95ad96711 (diff)
fix: typo in import statement
Diffstat (limited to 'src')
-rw-r--r--src/moyaiBot/moyaiBot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moyaiBot/moyaiBot.py b/src/moyaiBot/moyaiBot.py
index ce16554..80754de 100644
--- a/src/moyaiBot/moyaiBot.py
+++ b/src/moyaiBot/moyaiBot.py
@@ -1,6 +1,6 @@
import discord
from discord.ext import commands
-from moyaiBoty.lib import get_random_response
+from moyaiBot.lib import get_random_response
intents = discord.Intents.default()
intents.message_content = True