mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Update to Knub 14.0.0 and make changes to plugins accordingly
This commit is contained in:
parent
ddda3942ac
commit
12f309d412
19 changed files with 57 additions and 25 deletions
|
@ -5,6 +5,8 @@ import { GuildSavedMessages } from "../data/GuildSavedMessages";
|
|||
import { ISavedMessageData } from "../data/entities/SavedMessage";
|
||||
|
||||
export class PostPlugin extends Plugin {
|
||||
public static pluginName = 'post';
|
||||
|
||||
protected savedMessages: GuildSavedMessages;
|
||||
|
||||
onLoad() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue