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 9, 2022
1 parent 19e1659 commit df70b07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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")
1 change: 0 additions & 1 deletion bubbles/commands/update_and_restart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import shlex
import subprocess
import traceback
from pathlib import Path

import requests
Expand Down

0 comments on commit df70b07

Please sign in to comment.