diff --git a/bot/botclient.py b/bot/botclient.py index 5f92700..d3a6dde 100644 --- a/bot/botclient.py +++ b/bot/botclient.py @@ -165,6 +165,11 @@ class Client(discord.Bot, ABC): +class StartStop(discord.Cog): + """< discord.Cog > + + """ + if __name__ == '__main__': Client().run()