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 })