formatbot1 icon indicating copy to clipboard operation
formatbot1 copied to clipboard

Feature Request: Allowed Users

Open windstander opened this issue 3 years ago • 2 comments

Setting allowed users of the bot to avoid too much server traffic.

windstander avatar Mar 06 '22 11:03 windstander

Please tell me more about it

albertincx avatar Jun 18 '22 09:06 albertincx

Now, if I set up this bot on my VPS, anyone on Telegram can use it. I want only me or someone else can use my bot.

windstander avatar Jun 18 '22 10:06 windstander

see addToQueue function just add the code after chatId initialization

if (chatId !== COME_USER_ID) {
   return;
 }

albertincx avatar Jul 01 '23 09:07 albertincx