SpiceBot/sopel_SpiceBot_Runtime_Action_Commands/__init__.py
deathbybandaid 6e5460eb58 test
2022-02-12 11:42:00 -05:00

14 lines
253 B
Python

from sopel import plugin
from sopel_SpiceBot_Core_1 import sb
from sopel_SpiceBot_Core_Prerun import prerun_action_command
@prerun_action_command()
@plugin.action_command('test')
def sb_test_commands(bot, trigger):
bot.say("%s" % trigger.raw)