Make the say command admin only
Some checks are pending
CI / CI (push) Waiting to run

This commit is contained in:
SileNce5k 2026-02-26 10:52:40 +01:00
commit 94d1b0f297
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -1,6 +1,7 @@
module.exports = {
name: 'say',
description: 'Repeats arguments',
admin: true,
execute({message, args}) {
if(args.length == 0)