Create GUI
Update README
This commit is contained in:
4
bot.py
4
bot.py
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user