diff --git a/src/commands/suggest.ts b/src/commands/suggest.ts index 3944b54..1e88ecc 100644 --- a/src/commands/suggest.ts +++ b/src/commands/suggest.ts @@ -54,14 +54,14 @@ export default class Suggest { .setRequired(true))) .addSubcommand(x=>x .setName('delete') - .setDescription('Delete a suggestion (Bot Tech only)') + .setDescription('Delete a suggestion (Bot devs only)') .addIntegerOption(x=>x .setName('id') .setDescription('The ID of the suggestion') .setRequired(true))) .addSubcommand(x=>x .setName('update') - .setDescription('Update a suggestion (Bot Tech only)') + .setDescription('Update a suggestion (Bot devs only)') .addIntegerOption(x=>x .setName('id') .setDescription('The ID of the suggestion') diff --git a/src/commands/tag.ts b/src/commands/tag.ts index cb19351..8335e6d 100644 --- a/src/commands/tag.ts +++ b/src/commands/tag.ts @@ -42,7 +42,7 @@ export default class Tag { .setRequired(false))) .addSubcommandGroup(x=>x .setName('tools') - .setDescription('Management tools for the tags system (Discord mods & Bot Tech only)') + .setDescription('Management tools for the tags system (Discord mods & bot devs only)') .addSubcommand(x=>x .setName('create') .setDescription('Create a new tag')