mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
Update types.ts
This commit is contained in:
parent
ee2cdbf1ce
commit
20e0df4d4a
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ import { GuildCases } from "../../data/GuildCases";
|
|||
import { GuildLogs } from "../../data/GuildLogs";
|
||||
import { tDelayString, tNullable, tPartialDictionary } from "../../utils";
|
||||
import { tColor } from "../../utils/tColor";
|
||||
import { GuildSavedMessages } from "../../data/GuildSavedMessages";
|
||||
|
||||
export const ConfigSchema = t.type({
|
||||
log_automatic_actions: t.boolean,
|
||||
|
@ -23,6 +24,7 @@ export interface CasesPluginType extends BasePluginType {
|
|||
logs: GuildLogs;
|
||||
cases: GuildCases;
|
||||
archives: GuildArchives;
|
||||
savedMessages: GuildSavedMessages;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue