diff --git a/builds/maubot-resotU/main.py b/builds/maubot-resotU/main.py index f783ae6..acc5030 100644 --- a/builds/maubot-resotU/main.py +++ b/builds/maubot-resotU/main.py @@ -37,6 +37,7 @@ class UCLouvainRestoUBot(Plugin): # Highly inspired by https://github.com/maubot/echo @command.new("ping", help="Ping") async def ping_handler(self, evt: MessageEvent, message: str = "") -> None: + print('PING') diff = int(time() * 1000) - evt.timestamp content = TextMessageEventContent( diff --git a/builds/maubot-resotU/maubot.yaml b/builds/maubot-resotU/maubot.yaml index f94dc87..d04ac67 100644 --- a/builds/maubot-resotU/maubot.yaml +++ b/builds/maubot-resotU/maubot.yaml @@ -1,6 +1,6 @@ maubot: 0.1.0 id: com.bhasher.uclouvainrestou -version: 0.0.1 +version: 0.0.2 license: MIT modules: - main