You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new SlashCommandBuilder().setName('notfiy').setDescription(`Notify users who have the role by direct message from the bot!`) .addStringOption(option => option.setName('message').setDescription('The message you want sent to the users who have the role!')),
]
.map(command => command.toJSON());
const rest = new REST({ version: '9' }).setToken(token);