comp-tg/config.lua

22 lines
271 B
Lua
Raw Normal View History

2021-04-14 06:03:25 +00:00
return {
token = 'atokenyanedam',
2021-04-17 09:20:00 +00:00
owner = 935626920 , -- hehe
2021-04-14 06:03:25 +00:00
cmds = {
'eval',
2022-01-18 19:34:23 +00:00
'reload',
2021-04-14 06:03:25 +00:00
'ping',
2021-07-26 13:12:03 +00:00
'rub',
'start',
2021-04-14 06:03:25 +00:00
},
events = {
'command',
'ready',
2022-01-18 19:34:23 +00:00
'inlineQuery',
2022-02-25 07:31:32 +00:00
'message',
2021-04-14 06:03:25 +00:00
},
2021-07-26 13:12:03 +00:00
parts = {
'locale',
'client',
},
}