This commit is contained in:
deathbybandaid 2022-02-10 10:43:48 -05:00
parent 763b49db1f
commit 17cba45405

View File

@ -18,7 +18,7 @@ def sb_nickname_command(bot, trigger):
@prerun_nickname_command() @prerun_nickname_command()
@plugin.nickname_command('far') @plugin.nickname_command('fart')
def sb_fart_command(bot, trigger): def sb_fart_command(bot, trigger):
bot.say("Testing the bot") bot.say("Testing the bot")
bot.say("Attributes: %s" % [x for x in dir(sb) if not x.startswith("__")]) bot.say("Attributes: %s" % [x for x in dir(sb) if not x.startswith("__")])