278 |
new SlashCommandBuilder().setName('send').setDescription('Send a DM to a user') |
new SlashCommandBuilder().setName('send').setDescription('Send a DM to a user') |
279 |
.addStringOption(option => option.setName('content').setDescription("The message content").setRequired(true)) |
.addStringOption(option => option.setName('content').setDescription("The message content").setRequired(true)) |
280 |
.addUserOption(option => option.setName('member').setDescription("The member").setRequired(true)), |
.addUserOption(option => option.setName('member').setDescription("The member").setRequired(true)), |
281 |
|
|
282 |
|
|
283 |
|
new SlashCommandBuilder().setName('appeal').setDescription('Send us a messages about a punishment appeal') |
284 |
].map(command => command.toJSON()); |
].map(command => command.toJSON()); |
285 |
|
|
286 |
if (process.argv.includes('--clear')) { |
if (process.argv.includes('--clear')) { |