diff options
author | 2025-08-12 00:15:12 +0100 | |
---|---|---|
committer | 2025-08-13 16:50:38 +0100 | |
commit | 566ca3d8b0457c7ab38bc2bd130ebebf2c8397df (patch) | |
tree | 2a3645dcb0f9a208c7b460d34d83391d616cc7b3 | |
parent | Bump actions/checkout from 4 to 5 (diff) |
Revert "Add setup function for `motd` cog"
This reverts commit c76fee4800ce0f98cf592ba2fce1369f5b694f73.
Johannes will be sanctioned accordingly for this transgression.
-rw-r--r-- | arthur/exts/systems/motd.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arthur/exts/systems/motd.py b/arthur/exts/systems/motd.py index 161afa7..8f76da8 100644 --- a/arthur/exts/systems/motd.py +++ b/arthur/exts/systems/motd.py @@ -15141,8 +15141,3 @@ v/LP29O/WR96utz3ZLb+YDT/aX/6fjP50WD63nD2V5OlhwvNb9eGvlkffbgy9Ml8a7+PudZgtqqF jXJxOVscjibyZm9YaTSKpFpJZxpdoFJLDVJEj/DUMon+rwUhpcioFBmBiYanBmEfQp0A0SlUtlch 9H8Bojmrh8WRmXAAAAAASUVORK5CYII= """ - - -async def setup(bot: KingArthur) -> None: - """Add TRT to bot.""" - return None |