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