UNPKG
@zyksouu/discordjs-remaster
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
DiscordJS Api remastered
@zyksouu/discordjs-remaster
/
utils
/
commandsbuilder.js
5 lines
(4 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
const
Command
=
require
(
'../Discord/Command'
)
exports
.
CommandsBuilder
= { newCommand :
function
(
commandName
) {
return
new
Command
(commandName) } }