From 94d1b0f2974da9f9e2192d2ebe200ecc2362dc93 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 26 Feb 2026 10:52:40 +0100 Subject: [PATCH] Make the say command admin only --- commands/misc/say.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/misc/say.js b/commands/misc/say.js index e8ca4e6..2995f6a 100644 --- a/commands/misc/say.js +++ b/commands/misc/say.js @@ -1,6 +1,7 @@ module.exports = { name: 'say', description: 'Repeats arguments', + admin: true, execute({message, args}) { if(args.length == 0)