updatte mainbot.js
This commit is contained in:
parent
c9dc1fb479
commit
af3dba2873
10
mainbot.js
10
mainbot.js
@ -76,8 +76,16 @@ print(JSON.stringify(dialog.buttons))
|
|||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
version: 1.1,
|
version: 1.1,
|
||||||
|
timezone: 3,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const notifications = [
|
||||||
|
// {
|
||||||
|
// time: "18:14",
|
||||||
|
// message: {literal: "show_projects"},
|
||||||
|
// },
|
||||||
|
]
|
||||||
|
|
||||||
// {config, dialog}
|
// {config, dialog}
|
||||||
const c = { config: config, dialog: dialog }
|
const c = { config: config, dialog: dialog, notifications: notifications }
|
||||||
c
|
c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user