mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 20:55:01 +00:00
WIP
This commit is contained in:
parent
a0fa21f0f5
commit
7e3f9ebd11
40 changed files with 118 additions and 119 deletions
|
@ -1,5 +1,5 @@
|
|||
import { decorators as d, IPluginOptions } from "knub";
|
||||
import { ZeppelinPlugin, trimPluginDescription } from "./ZeppelinPlugin";
|
||||
import { ZeppelinPluginClass, trimPluginDescription } from "./ZeppelinPluginClass";
|
||||
import { Embed, EmbedBase, GuildChannel, Message, TextChannel } from "eris";
|
||||
import {
|
||||
errorMessage,
|
||||
|
@ -43,7 +43,7 @@ const defaultStarboardOpts: Partial<TStarboardOpts> = {
|
|||
enabled: true,
|
||||
};
|
||||
|
||||
export class StarboardPlugin extends ZeppelinPlugin<TConfigSchema> {
|
||||
export class StarboardPlugin extends ZeppelinPluginClass<TConfigSchema> {
|
||||
public static pluginName = "starboard";
|
||||
public static configSchema = ConfigSchema;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue