From dd14fe54b6cb0d26ff8945eb2649722bcc9cd328 Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Fri, 8 Jan 2021 23:52:49 -0600 Subject: [PATCH] Minor changes --- bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 302492c..c28bc73 100644 --- a/bot.py +++ b/bot.py @@ -265,7 +265,7 @@ async def on_raw_reaction_add(payload): @bot.command() async def ping(ctx): - await ctx.send(f'Your ping is {round(bot.latency * 1000)}ms') + await ctx.send(f'Bot ping is {round(bot.latency * 1000)}ms') @bot.command(name="react", pass_context=True) @@ -289,7 +289,6 @@ async def updater(): for client in data['users']: i += 1 member = guild.get_member(client['discord_id']) - print(client['discord_id']) if member: api_key = client['client_api_key'] url = "https://panel.birdflop.com/api/client"