From 3ec0ab0afc3d3abb47ef1ad2aaaab4ed47f67e00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= <supositware@Loics-MacBook-Pro.local>
Date: Sat, 11 May 2019 18:34:19 +0200
Subject: [PATCH] Updated description

---
 commands/admin/bye.js     | 2 +-
 commands/admin/welcome.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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]']
 			}