mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
Re-order groups
This commit is contained in:
@@ -19,9 +19,9 @@ client.registry
|
|||||||
.registerDefaultTypes()
|
.registerDefaultTypes()
|
||||||
.registerTypesIn(path.join(__dirname, 'types'))
|
.registerTypesIn(path.join(__dirname, 'types'))
|
||||||
.registerGroups([
|
.registerGroups([
|
||||||
|
['util', 'Utility (Owner)'],
|
||||||
['util-public', 'Utility'],
|
['util-public', 'Utility'],
|
||||||
['util-voice', 'Utility (Voice)'],
|
['util-voice', 'Utility (Voice)'],
|
||||||
['util', 'Utility (Owner)'],
|
|
||||||
['info', 'Discord Information'],
|
['info', 'Discord Information'],
|
||||||
['random-res', 'Random Response'],
|
['random-res', 'Random Response'],
|
||||||
['random-img', 'Random Image'],
|
['random-img', 'Random Image'],
|
||||||
@@ -32,6 +32,7 @@ client.registry
|
|||||||
['search', 'Search'],
|
['search', 'Search'],
|
||||||
['pokedex', 'Pokédex'],
|
['pokedex', 'Pokédex'],
|
||||||
['analyze', 'Analyzers'],
|
['analyze', 'Analyzers'],
|
||||||
|
['code', 'Programming'],
|
||||||
['games-sp', 'Single-Player Games'],
|
['games-sp', 'Single-Player Games'],
|
||||||
['games-mp', 'Multi-Player Games'],
|
['games-mp', 'Multi-Player Games'],
|
||||||
['edit-image', 'Image Manipulation'],
|
['edit-image', 'Image Manipulation'],
|
||||||
@@ -44,10 +45,9 @@ client.registry
|
|||||||
['voice', 'Play Audio'],
|
['voice', 'Play Audio'],
|
||||||
['remind', 'Reminders'],
|
['remind', 'Reminders'],
|
||||||
['phone', 'Phone'],
|
['phone', 'Phone'],
|
||||||
['code', 'Coding Tools'],
|
|
||||||
['cleverbot', 'Cleverbot'],
|
['cleverbot', 'Cleverbot'],
|
||||||
['other', 'Other'],
|
['roleplay', 'Roleplay'],
|
||||||
['roleplay', 'Roleplay']
|
['other', 'Other']
|
||||||
])
|
])
|
||||||
.registerDefaultCommands({
|
.registerDefaultCommands({
|
||||||
help: false,
|
help: false,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ module.exports = class ScreenshotCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'screenshot',
|
name: 'screenshot',
|
||||||
aliases: ['capture', 'ss'],
|
aliases: ['capture', 'ss'],
|
||||||
group: 'other',
|
group: 'analyze',
|
||||||
memberName: 'screenshot',
|
memberName: 'screenshot',
|
||||||
description: 'Takes a screenshot of any webpage.',
|
description: 'Takes a screenshot of any webpage.',
|
||||||
clientPermissions: ['ATTACH_FILES'],
|
clientPermissions: ['ATTACH_FILES'],
|
||||||
Reference in New Issue
Block a user