Set admin to true on send command
This commit is contained in:
parent
d9f29d8267
commit
fd2ebd25f4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'send',
|
name: 'send',
|
||||||
description: 'Send a message to a specific channel',
|
description: 'Send a message to a specific channel',
|
||||||
|
admin: true,
|
||||||
execute({client, args}){
|
execute({client, args}){
|
||||||
let channel = args[0];
|
let channel = args[0];
|
||||||
let message = args.slice(1, args.length)
|
let message = args.slice(1, args.length)
|
||||||
|
|
Loading…
Add table
Reference in a new issue