DiscordRPC Plugin Overhaul

This commit is contained in:
Core 2022-01-26 20:48:05 +00:00
parent 27becacbb7
commit 0cb80539db
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
6 changed files with 112 additions and 144 deletions

View file

@ -44,7 +44,7 @@ export default class PluginHandler {
}
});
}
console.log('loaded plugins:', JSON.stringify(plugins))
console.log('[PluginHandler] Loaded plugins:', Object.keys(plugins));
return plugins;
}