1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 00:10:58 -05:00

Rename Bot Tech as it no longer exists (#104)

This commit is contained in:
pomni32 2024-03-20 10:43:09 +11:00 committed by GitHub
parent 4b09701e1b
commit 8b92ba6016
2 changed files with 3 additions and 3 deletions

View File

@ -54,14 +54,14 @@ export default class Suggest {
.setRequired(true))) .setRequired(true)))
.addSubcommand(x=>x .addSubcommand(x=>x
.setName('delete') .setName('delete')
.setDescription('Delete a suggestion (Bot Tech only)') .setDescription('Delete a suggestion (Bot devs only)')
.addIntegerOption(x=>x .addIntegerOption(x=>x
.setName('id') .setName('id')
.setDescription('The ID of the suggestion') .setDescription('The ID of the suggestion')
.setRequired(true))) .setRequired(true)))
.addSubcommand(x=>x .addSubcommand(x=>x
.setName('update') .setName('update')
.setDescription('Update a suggestion (Bot Tech only)') .setDescription('Update a suggestion (Bot devs only)')
.addIntegerOption(x=>x .addIntegerOption(x=>x
.setName('id') .setName('id')
.setDescription('The ID of the suggestion') .setDescription('The ID of the suggestion')

View File

@ -42,7 +42,7 @@ export default class Tag {
.setRequired(false))) .setRequired(false)))
.addSubcommandGroup(x=>x .addSubcommandGroup(x=>x
.setName('tools') .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 .addSubcommand(x=>x
.setName('create') .setName('create')
.setDescription('Create a new tag') .setDescription('Create a new tag')