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)