From c782c2bbd7dd9cdc4b7f548aa2542c14fc25dc06 Mon Sep 17 00:00:00 2001 From: Supositware 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 be526867..ba805ae7 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' }); } } },