diff --git a/commands/admin/send.js b/commands/admin/send.js index 87e022c..6152ab8 100644 --- a/commands/admin/send.js +++ b/commands/admin/send.js @@ -1,6 +1,7 @@ module.exports = { name: 'send', description: 'Send a message to a specific channel', + admin: true, execute({client, args}){ let channel = args[0]; let message = args.slice(1, args.length)