diff options
author | 2022-02-25 01:28:50 +0000 | |
---|---|---|
committer | 2022-02-25 01:28:50 +0000 | |
commit | 5593a0c95e2b4fd9515c8875ea6e51c0ab88eb00 (patch) | |
tree | db5293c101a8fd204cb2afd185c9856420c1ae87 /botcore/__init__.py | |
parent | Merge pull request #29 from python-discord/port-utilities (diff) | |
parent | Custom css to de-bold index page (diff) |
Merge pull request #32 from python-discord/disnake-migrationv2.0.0
Disnake migration
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 |