comp-tg/config.lua

19 lines
223 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',
'ping',
2021-07-26 13:12:03 +00:00
'rub',
'start',
2021-04-14 06:03:25 +00:00
},
events = {
'command',
'ready',
},
2021-07-26 13:12:03 +00:00
parts = {
'locale',
'client',
},
}