Say command bugfix
This commit is contained in:
parent
7dc08ff81a
commit
679b24f1a9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports={
|
||||
execute: (c)=>{
|
||||
if(c.args[0].startsWith("/") && !c.verify<1) return;
|
||||
if(c.args[0].startsWith("/") && c.verify<1) return;
|
||||
c.bot.chat(c.args.join(" "))
|
||||
},
|
||||
hidden: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue