last push
This commit is contained in:
+6
-1
@@ -10,4 +10,9 @@ exports.utils = {
|
||||
|
||||
//events
|
||||
const events = require("./modules/events").events
|
||||
exports.events = events
|
||||
exports.events = events
|
||||
|
||||
//actions
|
||||
const actions = require("./modules/actions").actions
|
||||
//comming soon
|
||||
//exports.actions = actions
|
||||
@@ -0,0 +1,7 @@
|
||||
//ACTIONS:
|
||||
|
||||
|
||||
//EXPORT ACTIONS:
|
||||
exports.actions = {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user