diff --git a/commands/admin/bye.js b/commands/admin/bye.js index 31d68db8..7e222808 100644 --- a/commands/admin/bye.js +++ b/commands/admin/bye.js @@ -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'] } diff --git a/commands/admin/welcome.js b/commands/admin/welcome.js index cf04beb3..c90db870 100644 --- a/commands/admin/welcome.js +++ b/commands/admin/welcome.js @@ -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]'] }