edit a console.log, that's it

This commit is contained in:
Astra 2018-05-08 01:52:28 -04:00
parent bba5e79b33
commit 9e9e8bfcc2

View file

@ -21,7 +21,7 @@
} }
if (location.hostname.indexOf('discordapp') == -1) return; if (location.hostname.indexOf('discordapp') == -1) return;
__crxprint('extension loaded successfully, loading EPAPI...'); __crxprint('extension loaded successfully, loading CRISPR and EPAPI...');
// use the discord native api to require electron and get electron.remote // use the discord native api to require electron and get electron.remote
var electron = DiscordNative.nativeModules.requireModule('discord_/../electron').remote; var electron = DiscordNative.nativeModules.requireModule('discord_/../electron').remote;