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