updatte mainbot.js

This commit is contained in:
Akulij 2025-06-02 16:42:32 +05:00
parent c9dc1fb479
commit af3dba2873

View File

@ -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