mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Fix error introduced in the update to Knub 14.0.0 in ZeppelinPlugin
This commit is contained in:
parent
435de37dc8
commit
5b800bb443
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue