SpiceBot/spicebot_command_echo/__init__.py
deathbybandaid 6102214173 test
2022-05-05 15:03:01 -04:00

14 lines
280 B
Python

from sopel import plugin
from sopel_SpiceBot_Core_Prerun import prerun
@prerun()
@plugin.command('echo')
def echo(bot, trigger, comrun):
comrun.say(comrun.command["trigger_str"])
comrun.say(comrun.command["trigger_str"])
comrun.say(comrun.command["trigger_str"])