Skip to content

Commit

Permalink
test update functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Aug 8, 2022
1 parent 9e228c0 commit 0878c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubbles/commands/ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 0878c07

Please sign in to comment.