modular-bot-framework-for-t.../modules/pingtools/index.py

5 lines
149 B
Python

text = self.MESSAGE.text
if text == "!ping":
self.RESPONSE = f"Pong in {time.time() - 7200 - float(self.MESSAGE.date.strftime('+%s'))} seconds"