diff --git a/layout/layout.go b/layout/layout.go index 8eb6214..22ed483 100644 --- a/layout/layout.go +++ b/layout/layout.go @@ -184,7 +184,7 @@ func (lt *Layout) Commands() (cmds []tele.Command) { // // Example of bot.yml: // commands: -// /start: '{{ text "cmdStart" }}' +// /start: '{{ text `cmdStart` }}' // // en.yml: // cmdStart: Start the bot