module <%= class_name %> module CommandsKeeper def test(params:, message:) 'Wow, I\'m using telegram bot!' end def help(**) "Put some help information here" end end end