Update pingtime.py

Unused import, remove pass context
This commit is contained in:
Wyn
2018-05-03 22:20:20 -04:00
committed by GitHub
parent 1e956bb79f
commit 535975e41c

View File

@@ -1,5 +1,4 @@
from discord.ext import commands
import time
class Pingtime:
@@ -7,7 +6,7 @@ class Pingtime:
def __init__(self, bot):
self.bot = bot
@commands.command(pass_context=True)
@commands.command()
async def pingtime(self, ctx):
"""Ping pong."""
latencies = self.bot.latencies