SpiceBot/sopel_SpiceBot_Runtime_Action_Commands/__init__.py
deathbybandaid c2148fa7e3 test
2022-02-22 10:15:32 -05:00

14 lines
231 B
Python

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