Skip to content

Commit ed0d2cb

Browse files
committed
upload speed fixed
1 parent c5be524 commit ed0d2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hexbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ async def speed_test(self, ctx):
476476
s.upload()
477477
s = s.results.dict()
478478

479-
await ctx.send(f"Ping: `{s['ping']}ms`\nDownload: `{round(s['download']/10**6, 3)}Mbits/s`\nUpload: `{round(s['download']/10**6, 3)}Mbits/s`\nServer: `{s['server']['sponsor']} {s['server']['name']} {s['server']['country']}`\nBot info:\n `{s['client']['isp']}({s['client']['ip']})[{s['client']['country']}] {s['client']['isprating']}`")
479+
await ctx.send(f"Ping: `{s['ping']}ms`\nDownload: `{round(s['download']/10**6, 3)}Mbits/s`\nUpload: `{round(s['upload']/10**6, 3)}Mbits/s`\nServer: `{s['server']['sponsor']} {s['server']['name']} {s['server']['country']}`\nBot info:\n `{s['client']['isp']}({s['client']['ip']})[{s['client']['country']}] {s['client']['isprating']}`")
480480
else:
481481
await ctx.send("Only bot owner is permitted to use this command")
482482

0 commit comments

Comments
 (0)