cmds func fin v1
This commit is contained in:
@@ -375,10 +375,15 @@ const delTwitch = async (txt = '', source = {}, db) => {
|
||||
}
|
||||
}
|
||||
|
||||
const hello = async () => {
|
||||
return 'Hello World'
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
addgroup: run.bind(null, addGroup),
|
||||
addpage: run.bind(null, addPage),
|
||||
delpage: run.bind(null, delPage),
|
||||
addtwitch: run.bind(null, addTwitch),
|
||||
deltwitch: run.bind(null, delTwitch)
|
||||
deltwitch: run.bind(null, delTwitch),
|
||||
hello: run.bind(null, hello)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user