From 4344a3bad66f5a1bfa1f870749119b233acfd08c Mon Sep 17 00:00:00 2001 From: elliot Date: Fri, 24 Sep 2021 12:06:40 +0200 Subject: [PATCH] Updated botpy --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 63b7f2d..4e02a47 100644 --- a/bot.py +++ b/bot.py @@ -103,11 +103,11 @@ async def on_message(message): @bot.command() async def ping(ctx): - await ctx.send(f'Birdflop bot ping is {round(bot.latency * 1000)}ms') + await ctx.send(f'Bot ping is {round(bot.latency * 1000)}ms') @bot.command() async def invite(ctx): - await ctx.send('Invite me with this link:\nhttps://discord.com/oauth2/authorize?client_id=787929894616825867&permissions=0&scope=bot') + await ctx.send('Invite me with this link:\n-not setup-') @bot.command(name="react", pass_context=True) @has_permissions(administrator=True)