19 lines
453 B
JavaScript
19 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
|
||
|
}
|
||
|
}
|
||
|
|