Updated description

This commit is contained in:
Loïc Bersier 2019-05-11 18:34:19 +02:00
parent c08c1bfe40
commit 3ec0ab0afc
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ class byeCommand extends Command {
}
],
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]',
examples: ['[member] leaved the server, he deserve a ban']
}

View file

@ -16,7 +16,7 @@ class welcomeCommand extends Command {
}
],
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]',
examples: ['everyone welcome [adjectives] [member] and welcome on [server]']
}