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:
parent
4b09701e1b
commit
8b92ba6016
@ -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')
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user