mirror of
https://github.com/Art-Portal/April.git
synced 2024-12-27 03:44:19 +01:00
1906fa49de
Added interactions, brand new ticket system, and much more !
11 lines
302 B
JavaScript
11 lines
302 B
JavaScript
const ticket = require('./src/tickets/ticket.js')
|
|
const roleselect = require('./src/rolereact/roleselect.js')
|
|
const document = require('./src/misc/document.js')
|
|
|
|
const selectMenuList = {
|
|
"ticket": ticket,
|
|
"roleselect": roleselect,
|
|
"document": document
|
|
}
|
|
|
|
module.exports = { selectMenuList } |