mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
fix description
This commit is contained in:
parent
fe83af9e06
commit
a644ef6e31
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ module.exports = {
|
||||||
aliases: ["guildbanner", "gb", "sb", "groupbanner"],
|
aliases: ["guildbanner", "gb", "sb", "groupbanner"],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Displays the server banner.',
|
description: 'Displays the server banner.',
|
||||||
description_short: 'Server icon',
|
description_short: 'Server banner',
|
||||||
category: 'info',
|
category: 'info',
|
||||||
usage: 'servericon'
|
usage: 'serverbanner'
|
||||||
},
|
},
|
||||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY],
|
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY],
|
||||||
run: async (context) => {
|
run: async (context) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue