diff options
author | 2025-07-22 20:47:26 +0200 | |
---|---|---|
committer | 2025-07-22 20:47:26 +0200 | |
commit | c76fee4800ce0f98cf592ba2fce1369f5b694f73 (patch) | |
tree | a264fde86cbff8c8b979aa6c3a44269c4c66b4b2 | |
parent | Fix typo (diff) |
Add setup function for `motd` cog
-rw-r--r-- | arthur/exts/systems/motd.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arthur/exts/systems/motd.py b/arthur/exts/systems/motd.py index 8f76da8..161afa7 100644 --- a/arthur/exts/systems/motd.py +++ b/arthur/exts/systems/motd.py @@ -15141,3 +15141,8 @@ v/LP29O/WR96utz3ZLb+YDT/aX/6fjP50WD63nD2V5OlhwvNb9eGvlkffbgy9Ml8a7+PudZgtqqF jXJxOVscjibyZm9YaTSKpFpJZxpdoFJLDVJEj/DUMon+rwUhpcioFBmBiYanBmEfQp0A0SlUtlch 9H8Bojmrh8WRmXAAAAAASUVORK5CYII= """ + + +async def setup(bot: KingArthur) -> None: + """Add TRT to bot.""" + return None |