mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Fix error introduced in the update to Knub 14.0.0 in ZeppelinPlugin
This commit is contained in:
parent
a2e567798c
commit
ed4c85aa89
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
Add a link
Reference in a new issue