250 |
new SlashCommandBuilder().setName('afk').setDescription('Set your AFK status') |
new SlashCommandBuilder().setName('afk').setDescription('Set your AFK status') |
251 |
.addStringOption(option => option.setName('reason').setDescription("The reason for going AFK")), |
.addStringOption(option => option.setName('reason').setDescription("The reason for going AFK")), |
252 |
|
|
253 |
|
new SlashCommandBuilder().setName('private').setDescription('Create a private channel for specific members') |
254 |
|
.addUserOption(option => option.setName('member').setDescription("The member to add in the private channel").setRequired(true)) |
255 |
|
.addChannelOption(option => option.setName('category').setDescription("Create channel in the specified category")), |
256 |
|
|
257 |
new SlashCommandBuilder().setName('hash').setDescription('Generate hash for a string (text) data') |
new SlashCommandBuilder().setName('hash').setDescription('Generate hash for a string (text) data') |
258 |
.addStringOption(option => option.setName('content').setDescription("The content to be hashed").setRequired(true)) |
.addStringOption(option => option.setName('content').setDescription("The content to be hashed").setRequired(true)) |
259 |
.addStringOption(option => |
.addStringOption(option => |