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