comp-tg/config.lua

23 lines
295 B
Lua
Raw Permalink Normal View History

2021-04-14 06:03:25 +00:00
return {
token = os.getenv 'TOKEN',
owner = tonumber(os.getenv 'OWNER'),
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',
'shell',
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',
},
}