From 63f9aa4b5e81c75b80b6f7d40e3426599f9f6ea0 Mon Sep 17 00:00:00 2001 From: masterhc Date: Sun, 14 Jul 2024 11:34:33 +0100 Subject: [PATCH] Description clean up --- commands/admin/purge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/purge.js b/commands/admin/purge.js index 006400e..c11eb56 100644 --- a/commands/admin/purge.js +++ b/commands/admin/purge.js @@ -21,7 +21,7 @@ const {Command} = require('../../lib.js') name: 'purge', group:'admin', memberName: 'purge', - description: 'Kicks everyone that matches has no roles on the server and is on the server for more than 10 days.', + description: 'Kicks everyone that has no roles on the server and is on the server for more than 10 days.', needsAdmin:true, hidden:false })