mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
add aliases to some commands
This commit is contained in:
parent
39e255973e
commit
75b8520481
3 changed files with 3 additions and 2 deletions
|
@ -102,6 +102,7 @@ const categories = {
|
|||
module.exports = {
|
||||
name: 'help',
|
||||
label: 'command',
|
||||
aliases: ['cmds', 'cmd', 'commands', 'command'],
|
||||
metadata: {
|
||||
description: 'List all commands, get more information about individual commands.',
|
||||
description_short: 'Show full command list',
|
||||
|
|
|
@ -10,7 +10,7 @@ const { Permissions } = require("detritus-client/lib/constants");
|
|||
module.exports = {
|
||||
name: 'server',
|
||||
label: 'user',
|
||||
aliases: ['guild', 'guildinfo'],
|
||||
aliases: ['guild', 'guildinfo', 'serverinfo'],
|
||||
metadata: {
|
||||
description: 'Displays information about the server.',
|
||||
description_short: 'Information about the server',
|
||||
|
|
|
@ -11,7 +11,7 @@ const { Permissions } = require("detritus-client/lib/constants");
|
|||
module.exports = {
|
||||
name: 'user',
|
||||
label: 'user',
|
||||
aliases: ['u', 'profile'],
|
||||
aliases: ['u', 'profile', 'userinfo', 'ui'],
|
||||
metadata: {
|
||||
description: 'Displays information about a discord user. Accepts IDs, Mentions and Usernames.',
|
||||
description_short: 'Information about discord users',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue