Fix error introduced in the update to Knub 14.0.0 in ZeppelinPlugin

This commit is contained in:
Dragory 2019-01-03 06:17:39 +02:00
parent 435de37dc8
commit 5b800bb443

View file

@ -5,7 +5,7 @@ import { errorMessage, successMessage } from "../utils";
export class ZeppelinPlugin extends Plugin {
protected throwPluginRuntimeError(message: string) {
throw new PluginRuntimeError(message, this.pluginName, this.guildId);
throw new PluginRuntimeError(message, this.runtimePluginName, this.guildId);
}
protected canActOn(member1, member2) {