This commit is contained in:
parent
cafcc007c1
commit
94d1b0f297
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'say',
|
name: 'say',
|
||||||
description: 'Repeats arguments',
|
description: 'Repeats arguments',
|
||||||
|
admin: true,
|
||||||
execute({message, args}) {
|
execute({message, args}) {
|
||||||
|
|
||||||
if(args.length == 0)
|
if(args.length == 0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue