We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9713f4 commit b490312Copy full SHA for b490312
backend/src/index.ts
@@ -95,7 +95,7 @@ function errorHandler(err) {
95
96
if (err instanceof PluginLoadError) {
97
// tslint:disable:no-console
98
- console.warn(`${guildName} (${guildId}): Failed to load plugin '${err.pluginName}': ${err.message}`);
+ console.warn(`${guildName} (${guildId}): Failed to load plugin '${err.pluginName}'`);
99
return;
100
}
101
0 commit comments