summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorseth <[email protected]>2022-12-25 17:48:43 -0500
committerseth <[email protected]>2022-12-25 17:48:43 -0500
commit448bba80d1140224e982ae98f2052f03b535c284 (patch)
tree2d722309b52b979bbcc00e6c8a27326179b60149 /src
parente235605d424e787c5abbf38b4acfdd68a1883c8e (diff)
fix: don't use relative imports
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 0ac4760..08dc309 100644
--- a/src/moyaiBot/moyaiBot.py
+++ b/src/moyaiBot/moyaiBot.py
@@ -1,6 +1,6 @@
import discord
from discord.ext import commands
-from .lib import get_random_response
+from moyaiBoty.lib import get_random_response
intents = discord.Intents.default()
intents.message_content = True