SlashCommands
Loads SlashCommands
client.SlashCommands(
"src/slash-commands",
(cmd, file)
=> console.log("Loading slash command " + cmd.name)
);Last updated
Was this helpful?
Loads SlashCommands
client.SlashCommands(
"src/slash-commands",
(cmd, file)
=> console.log("Loading slash command " + cmd.name)
);Last updated
Was this helpful?
Was this helpful?