67 |
new SlashCommandBuilder().setName('avatar').setDescription('Show someone\'s avatar') |
new SlashCommandBuilder().setName('avatar').setDescription('Show someone\'s avatar') |
68 |
.addUserOption(option => option.setName('user').setDescription('The user')), |
.addUserOption(option => option.setName('user').setDescription('The user')), |
69 |
new SlashCommandBuilder().setName('rolelist').setDescription('List all roles or show info about a role') |
new SlashCommandBuilder().setName('rolelist').setDescription('List all roles or show info about a role') |
70 |
.addUserOption(option => option.setName('role').setDescription('The role')) |
.addRoleOption(option => option.setName('role').setDescription('The role')) |
71 |
.addIntegerOption(option => option.setName('page').setDescription('The page number')), |
.addIntegerOption(option => option.setName('page').setDescription('The page number')), |
72 |
|
|
73 |
// AUTOMATION |
// AUTOMATION |