From 0878c0740a64eade1054f222f65ec42c31547e63 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Mon, 8 Aug 2022 19:52:26 -0400 Subject: [PATCH] test update functionality --- bubbles/commands/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubbles/commands/ping.py b/bubbles/commands/ping.py index 83740d2..aca9450 100644 --- a/bubbles/commands/ping.py +++ b/bubbles/commands/ping.py @@ -2,7 +2,7 @@ def ping(payload): - payload["extras"]["say"]("PONG!") + payload["extras"]["say"]("PONG???") PLUGIN = Plugin(callable=ping, regex=r"^ping$", help="!ping - PONG")