Merge pull request #338 from deepthaw/patch-2

Update abracadabra.js
This commit is contained in:
Bryan Ashby 2020-12-06 12:26:09 -07:00 committed by GitHub
commit 6ad33c2de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ exports.getModule = class AbracadabraModule extends MenuModule {
'\r\n\r\n' '\r\n\r\n'
); );
this.prevMenu(); this.autoNextMenu();
}); });
} }