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

5 lines
149 B
Python
Raw Normal View History

2023-09-21 19:32:56 +03:00
text = self.MESSAGE.text
if text == "!ping":
self.RESPONSE = f"Pong in {time.time() - 7200 - float(self.MESSAGE.date.strftime('+%s'))} seconds"