From c76fee4800ce0f98cf592ba2fce1369f5b694f73 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 22 Jul 2025 20:47:26 +0200 Subject: Add setup function for `motd` cog --- arthur/exts/systems/motd.py | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3