Ian Cikal

Results 8 comments of Ian Cikal

izin bantu jawab mas @cahyadsn , sebetulnya mas @julisman bisa cek di file [index.php](https://github.com/cahyadsn/wilayah/blob/7de1998850c2512b1d5da9d37e4122a9e3396a88/index.php) karena disitu sudah ada clue pemanggilan data nya. | Wilayah | Length | | --- |...

i have done implement this functionality using [node-cron](https://www.npmjs.com/package/node-cron) same like #125

Just use plugin "**askUser**", you can see the sample code here : https://github.com/mullwar/telebot/blob/master/examples/plugin-askUser.js

you can see the code, [here](https://github.com/mullwar/telebot/blob/e0a6327b412d9d58f6d85fae4dd6d26658127cc6/lib/methods.js#L473). ```js editMessageText: { short: 'editText', arguments: (obj, text) => editObject(obj, {text}) }, ``` i think the problem is coming from your IDE.

i think your issue is unrelated here, this project is running on NodeJS language, there was same project name but for Python [https://github.com/KyleJamesWalker/telebot](https://github.com/KyleJamesWalker/telebot) you may close this issue..

just remove the **curly braces** `{}` on your last bot response, ```js bot.on('/test', msg => { const id = msg.from.id; return bot.sendMessage(id, 'test run, now reply me anything.', {ask: 'waiting'});...

You may listen the bot event, then write it on your logger. ```js // for any command bot.on('/*', msg => { // run logger here }) // for any incoming...

Your code is almost correct, just another mistake to put a line of code, and get lost with your own Aliases of table. Here i make the correct one, with...