comp-tg/config.lua

14 lines
182 B
Lua
Raw Normal View History

2021-04-14 06:03:25 +00:00
return {
token = 'atokenyanedam',
owner = 'Er2Official', -- hehe
cmds = {
'eval',
'rub',
'ping',
},
events = {
'command',
'message',
'ready',
},
}