telegram-image-uploader-bot/config.js
2017-08-18 13:04:14 +03:00

18 lines
453 B
JavaScript

/**
* Configuration
*/
module.exports = {
botId: "443965284:AAEKdvDxwxwbn4eOYJ6wt6lgR2J-hDAwSeA",
slideShowFolderPath: '/media/64C6A9C4724C63E5/slideshow/', //Ends with '/'
permissions: {
allowAll: false, // allow any telegram user to add photos
usernames: [], // strings
userIds: [247153816], //numbers
},
admin: {
username: 'SagiDayan',
notifyActivity: true,
id: 73947511
}
}