diff options
author | 2024-07-13 08:52:34 +0200 | |
---|---|---|
committer | 2024-07-13 08:52:34 +0200 | |
commit | ffa46091256662f09b5167dffa16c0222a80e5c4 (patch) | |
tree | 62a03a98358f613de94146c1404bc1f27d36032c | |
parent | Merge pull request #235 from python-discord/quotes (diff) |
import King Arthur from the bot module
-rw-r--r-- | arthur/exts/fun/quotes.py | 2 |
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 |