diff options
author | 2022-02-22 21:27:35 +0000 | |
---|---|---|
committer | 2022-02-24 20:07:37 +0000 | |
commit | 953e255becbb1ba3daac96f07f2841d820ca931e (patch) | |
tree | 15a52572b346c23249fe6a8529e7e4ca4fc98fc6 /botcore/__init__.py | |
parent | Add disnake monkey patches (diff) |
Migrate to using disnake over Discord.py 2.0a0
Diffstat (limited to 'botcore/__init__.py')
-rw-r--r-- | botcore/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/botcore/__init__.py b/botcore/__init__.py index d910f393..a5835306 100644 --- a/botcore/__init__.py +++ b/botcore/__init__.py @@ -1,4 +1,4 @@ -"""Useful utilities and tools for discord bot development.""" +"""Useful utilities and tools for Discord bot development.""" from botcore import exts, utils |