Create GUI

Update README
This commit is contained in:
Logan Cusano
2021-12-12 20:13:08 -05:00
parent 31758b0c2d
commit 9334f51e22
4 changed files with 320 additions and 32 deletions

4
bot.py
View File

@@ -24,6 +24,10 @@ class Bot(commands.Bot):
def start_bot(self):
self.run(self.BOT_TOKEN)
async def stop_bot(self):
await self.close()
return
def add_commands(self):
@self.command(help="Use this to test if the bot is alive", brief="Sends a 'pong' in response")
async def ping(ctx):