Add a single equal sign
This commit is contained in:
parent
5eafd63404
commit
672780014b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module.exports={
|
|||
b.prefix=["\"", "ubot:"]
|
||||
b.lastCmd=0;
|
||||
b.runCommand=(name, uuid, text, prefix)=>{
|
||||
if(uuid="00000000-0000-0000-0000-000000000000") return;
|
||||
if(uuid=="00000000-0000-0000-0000-000000000000") return;
|
||||
if(Date.now-b.lastCmd<=1000){
|
||||
console.log("Executed too early, "+(Date.now-b.lastCmd)+"ms left");
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue