fix missing commas in mainbot.js
This commit is contained in:
parent
a643a707ed
commit
48cbd4c7d0
@ -3,7 +3,7 @@
|
|||||||
const dialog = {
|
const dialog = {
|
||||||
commands: {
|
commands: {
|
||||||
start: {
|
start: {
|
||||||
buttons: "start_buttons"
|
buttons: "start_buttons",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@ function start_buttons() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
version: 1.1
|
version: 1.1,
|
||||||
}
|
}
|
||||||
|
|
||||||
// {config, dialog}
|
// {config, dialog}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user