Skip to content
Permalink
Browse files
Update bot.py
  • Loading branch information
clarkh9 committed Nov 23, 2022
1 parent 7029676 commit aab9d8fb7639dd99f6f61d11d647a901dad796d4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -131,7 +131,7 @@ async def FACTS_FUNC(ctx):

@BOT.command()
async def LATENCY(ctx):
await ctx.send(round(BOT.latency * 1000)
await ctx.send(round(BOT.latency * 1000))

##########
##

0 comments on commit aab9d8f

Please sign in to comment.