add new module: pingtools
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
text = self.MESSAGE.text
|
||||
|
||||
if text == "!ping":
|
||||
self.RESPONSE = f"Pong in {time.time() - 7200 - float(self.MESSAGE.date.strftime('+%s'))} seconds"
|
||||
Reference in New Issue
Block a user