The bot crashes if a trigger is set incorrectly, e.g.: ``` py class Test: @trigger(lambda x: True) # should have 2 params, x and bot def test_fun(self, message): return message.reply("Derp") ```