git clone https://github.com/marknote/TeleShellBot.git
cd TeleShellBot
npm install
module.exports = {
config:function(){
return (
{
adminUsers:[ADMIN_ID], //admin users' telegram id, should be numbers
botToken: 'YOUR_BOT_TOEKN', // bot token
}
);
}
};