Skip to content

Commit

Permalink
Merge pull request #37 from Ivaniku/master
Browse files Browse the repository at this point in the history
Fixed the DMOnline command
  • Loading branch information
Alex Lindstrom authored May 27, 2021
2 parents 401989c + 9dd518f commit 0f03a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/dms/DMOnline.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DMallCommand extends commando.Command {
while (msg = "") {
wait++;
setTimeout(function(){
continue
return
}, 2000);
}

Expand Down

0 comments on commit 0f03a13

Please sign in to comment.