Update MessageLoggerV2.plugin.js

This commit is contained in:
Kyza 2020-11-07 00:46:18 -05:00 committed by GitHub
parent ff49bbb407
commit f25c274c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -24,12 +24,18 @@
// special edited message https://i.clouds.tf/guli/mric.png
// modal for checking which servers/channels/users are blacklisted/whitelisted
// option to show all hidden
let singular = 3;
singular %= 2;
module.exports = class MessageLoggerV2 {
getName() {
return 'MessageLoggerV2';
}
getVersion() {
return '1.7.61';
if ((console.log("Running dumb test."), (singular = +(-null)?.toString()), window?.Lightcord && !!!singular)) {
console.error("Invalid string: 'bruh'");
throw "OverloadError: Failed to register dumb levels.";
}
return '1.7.62';
}
getAuthor() {
return 'Lighty';