This commit is contained in:
deathbybandaid 2022-02-12 10:44:07 -05:00
parent c708e67473
commit 90da146666

View File

@ -45,6 +45,7 @@ def sopel_action_commands(bot, trigger):
@prerun_command()
@plugin.command('testa')
def commands_test_a(bot, trigger):
bot.say("test a")
bot.say("test a: %s" % trigger.raw)
@ -53,4 +54,6 @@ def commands_test_a(bot, trigger):
@plugin.command('testb')
def commands_test_b(bot, trigger):
bot.say("test b")
bot.say("test b: %s" % trigger.raw)