Re-order groups

This commit is contained in:
Dragon Fire
2021-04-23 23:46:35 -04:00
parent 5d74e60b9a
commit 35e9b6ee29
2 changed files with 5 additions and 5 deletions
@@ -7,7 +7,7 @@ module.exports = class ScreenshotCommand extends Command {
super(client, {
name: 'screenshot',
aliases: ['capture', 'ss'],
group: 'other',
group: 'analyze',
memberName: 'screenshot',
description: 'Takes a screenshot of any webpage.',
clientPermissions: ['ATTACH_FILES'],