Skip to content

Commit c76fee4

Browse files
committed
Add setup function for motd cog
1 parent 2598da4 commit c76fee4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arthur/exts/systems/motd.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15141,3 +15141,8 @@
1514115141
jXJxOVscjibyZm9YaTSKpFpJZxpdoFJLDVJEj/DUMon+rwUhpcioFBmBiYanBmEfQp0A0SlUtlch
1514215142
9H8Bojmrh8WRmXAAAAAASUVORK5CYII=
1514315143
"""
15144+
15145+
15146+
async def setup(bot: KingArthur) -> None:
15147+
"""Add TRT to bot."""
15148+
return None

0 commit comments

Comments
 (0)