Updated description
This commit is contained in:
parent
c08c1bfe40
commit
3ec0ab0afc
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class byeCommand extends Command {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
content: 'Set bye message when user leave/get kicked, can use [member] to get the name of the user joining and [server] to get the name of the server',
|
content: 'Send a message to the current channel when a person leave, you can use [member] to show the member username and [server] to show the name of the server',
|
||||||
usage: '[bye message]',
|
usage: '[bye message]',
|
||||||
examples: ['[member] leaved the server, he deserve a ban']
|
examples: ['[member] leaved the server, he deserve a ban']
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ class welcomeCommand extends Command {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
content: 'Set welcome message when user join, can use [member] to get the name of the user joining and [server] to get the name of the server',
|
content: 'Send a message to the current channel when a person join, you can use [member] to show the member username and [server] to show the name of the server',
|
||||||
usage: '[welcome message]',
|
usage: '[welcome message]',
|
||||||
examples: ['everyone welcome [adjectives] [member] and welcome on [server]']
|
examples: ['everyone welcome [adjectives] [member] and welcome on [server]']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue