guildCreate.js 103 B

123
  1. module.exports = (client, guild) => {
  2. require("../util/RegisterSlashCommands")(client, guild.id);
  3. };