test
This commit is contained in:
parent
43c93a9007
commit
763b49db1f
@ -35,7 +35,7 @@ def prerun_nickname_command():
|
||||
trigger_args, trigger_command, trigger_prefix = make_trigger_args(trigger.args[1], trigger_command_type)
|
||||
|
||||
for x in [trigger_args, trigger_command, trigger_prefix]:
|
||||
bot.say(x)
|
||||
bot.say(str(x))
|
||||
|
||||
function(bot, trigger, *args, **kwargs)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user