SpiceBot/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py
deathbybandaid 8f7a5bfdbf test
2022-02-22 15:34:38 -05:00

13 lines
233 B
Python

from sopel import plugin
from sopel_SpiceBot_Core_Prerun import prerun
@prerun()
@plugin.command('(.*)')
def rule_command(bot, trigger, comrun):
bot.say("%s" % trigger.raw)
bot.say("now")
bot.say(comrun.trigger_dict)