mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-24 10:05:03 +00:00
Typed log functions + more
This commit is contained in:
parent
13043508c2
commit
dd78ac0090
166 changed files with 4021 additions and 869 deletions
|
@ -13,6 +13,7 @@ import { ScheduledPostsListCmd } from "./commands/ScheduledPostsListCmd";
|
|||
import { ScheduledPostsShowCmd } from "./commands/ScheduledPostsShowCmd";
|
||||
import { ConfigSchema, PostPluginType } from "./types";
|
||||
import { scheduledPostLoop } from "./util/scheduledPostLoop";
|
||||
import { LogsPlugin } from "../Logs/LogsPlugin";
|
||||
|
||||
const defaultOptions: PluginOptions<PostPluginType> = {
|
||||
config: {
|
||||
|
@ -35,7 +36,7 @@ export const PostPlugin = zeppelinGuildPlugin<PostPluginType>()({
|
|||
prettyName: "Post",
|
||||
},
|
||||
|
||||
dependencies: [TimeAndDatePlugin],
|
||||
dependencies: [TimeAndDatePlugin, LogsPlugin],
|
||||
configSchema: ConfigSchema,
|
||||
defaultOptions,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue