From c782c2bbd7dd9cdc4b7f548aa2542c14fc25dc06 Mon Sep 17 00:00:00 2001
From: Supositware <sup@libtar.de>
Date: Thu, 18 Aug 2022 01:45:32 +0200
Subject: [PATCH] Remove duplicated text

---
 events/client/status.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/events/client/status.js b/events/client/status.js
index be52686..ba805ae 100644
--- a/events/client/status.js
+++ b/events/client/status.js
@@ -31,7 +31,7 @@ export default {
 				status = status + ' | Now with slash commands!';
 
 				console.log(`Setting status to: ${status}`);
-				client.user.setActivity(status + ' | Now with slash commands!', { type: 'PLAYING' });
+				client.user.setActivity(status, { type: 'PLAYING' });
 			}
 		}
 	},