aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2024-07-13 08:52:34 +0200
committerGravatar shtlrs <[email protected]>2024-07-13 08:52:34 +0200
commitffa46091256662f09b5167dffa16c0222a80e5c4 (patch)
tree62a03a98358f613de94146c1404bc1f27d36032c
parentMerge pull request #235 from python-discord/quotes (diff)
import King Arthur from the bot module
-rw-r--r--arthur/exts/fun/quotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/fun/quotes.py b/arthur/exts/fun/quotes.py
index 1673117..1c2698c 100644
--- a/arthur/exts/fun/quotes.py
+++ b/arthur/exts/fun/quotes.py
@@ -5,7 +5,7 @@ import aiohttp
from bs4 import BeautifulSoup
from discord.ext import commands
-from arthur import KingArthur
+from arthur.bot import KingArthur
from arthur.log import logger