Skip to content

Commit

Permalink
remove auto-import
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMarisOUMary committed Mar 21, 2022
1 parent 47a239c commit f99053b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/basic.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import time
from tkinter import NONE

from discord.ext import commands

Expand All @@ -22,5 +21,7 @@ async def ping(self, ctx):
ping = (time.monotonic() - before) * 1000
await message.edit(content=f":ping_pong: Pong ! in `{float(round(ping/1000.0,3))}s` ||{int(ping)}ms||")



def setup(bot):
bot.add_cog(Basic(bot))

0 comments on commit f99053b

Please sign in to comment.