-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help to start and config the bot #2
Comments
You have to start bot with commnad |
Thanks it worked i made botdata folder and it worked! |
Also i have one question... everytime i deploy the bot the buttons i made, for revoke and deleted and the buttons from menu file went to their place and replace with them, is there anything like backup file of buttons? |
1 similar comment
Also i have one question... everytime i deploy the bot the buttons i made, for revoke and deleted and the buttons from menu file went to their place and replace with them, is there anything like backup file of buttons? |
Hello? |
There is no way to do several columns in this bot. I just don't understand how user can comfortable edit/modificate it. |
Now there is no way. You can patch source code and open PR. |
I don't get it |
Hello i still don't get it....
i put my token into var token....
also my id to admin []
now what to do next? I got many errors like
"
2021-11-17T22:14:58.210694+00:00 app[worker.1]: No configuration file
2021-11-17T22:14:58.211547+00:00 app[worker.1]: Syntax: node bot.js menu.file data.folder [mode [username|telegram_id|all]]
2021-11-17T22:14:58.211618+00:00 app[worker.1]: menu.file - file with menu catalogs in format:
2021-11-17T22:14:58.211651+00:00 app[worker.1]: parrent:::catalog:::menubutton[:::action]
2021-11-17T22:14:58.211693+00:00 app[worker.1]: You can set DELIMETER in init.js
2021-11-17T22:14:58.211741+00:00 app[worker.1]: data.folder - path to folder with data for files from menu.file
2021-11-17T22:14:58.211793+00:00 app[worker.1]: mode - bot mode: "edit" for update menu
2021-11-17T22:14:58.211840+00:00 app[worker.1]: username|telegram_id - username or telegram_id users separated by commas which can edit menu
2021-11-17T22:14:58.211879+00:00 app[worker.1]: if mode=edit without this parameter, all users can edit menu
2021-11-17T22:14:58.211904+00:00 app[worker.1]: You can use "all" to all users can edit menu
"
please help and explain
The text was updated successfully, but these errors were encountered: