Changing status method to make sure that pushing to server works

pull/4/head
sgoudham 4 years ago
parent e2269d4c7a
commit bb7f8d28ae

@ -50,7 +50,7 @@ async def on_ready():
@is_owner() @is_owner()
async def ping(ctx): async def ping(ctx):
# Send the latency of the bot (ms) # Send the latency of the bot (ms)
await ctx.send(f'Pong! {round(client.latency * 1000)}ms') await ctx.send(f'Ping Pong! {round(client.latency * 1000)}ms')
# Bot event for new member joining, sending an embed introducing them to the server # Bot event for new member joining, sending an embed introducing them to the server

Loading…
Cancel
Save