support_bot.js aktualisiert
This commit is contained in:
parent
611e101483
commit
c206dfa424
|
@ -19,7 +19,7 @@ const allowedAdminIds = adminChatId.split(',');
|
|||
|
||||
const botInfo = {
|
||||
name: 'Telegram Support Bot',
|
||||
version: '1.0.0',
|
||||
version: '1.0.7',
|
||||
author: 'M_Viper',
|
||||
license: 'ISC',
|
||||
};
|
||||
|
@ -297,7 +297,7 @@ Verfügbare Befehle:
|
|||
}
|
||||
});
|
||||
|
||||
bot.startPolling();
|
||||
|
||||
|
||||
console.log(`
|
||||
*Bot Information:*
|
||||
|
|
Loading…
Reference in New Issue