formatbot1
formatbot1 copied to clipboard
Feature Request: Allowed Users
Setting allowed users of the bot to avoid too much server traffic.
Please tell me more about it
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.
see addToQueue function just add the code after chatId initialization
if (chatId !== COME_USER_ID) {
return;
}