comp-tg/config.lua

14 lines
179 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',
'rub',
'ping',
},
events = {
'command',
'message',
'ready',
},
}