From 8b92ba60168711231d6f3010dc97802f17cf42db Mon Sep 17 00:00:00 2001 From: pomni32 <163978719+pomni32@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:43:09 +1100 Subject: [PATCH] Rename Bot Tech as it no longer exists (#104) --- src/commands/suggest.ts | 4 ++-- src/commands/tag.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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')