1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-16 20:00:59 -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)))
.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')

View File

@ -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')