comp-tg/config.lua
Er2 ed6598b145 Update
Rewritten back to Lua.

Using more beautiful classes.

Add Arabic (lol idk why).
2022-08-10 12:51:49 +03:00

22 lines
295 B
Lua

return {
token = os.getenv 'TOKEN',
owner = tonumber(os.getenv 'OWNER'),
cmds = {
'eval',
'reload',
'ping',
'rub',
'start',
'shell',
},
events = {
'command',
'ready',
'inlineQuery',
'message',
},
parts = {
'locale',
'client',
},
}