Repository structure
bot.json file
Commands - in commands folder
Command description
/*CMD
command: /test
help: this is help for ccommand
need_reply: [ true or false here ]
auto_retry_time: [ time in sec ]
folder: MyFolder
answer: it is example answer for /test command
keyboard: button1, button2
aliases: /test2, /test3
CMD*/Command body
Libraries - in libs folder
Last updated