mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 18:25:03 +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 { GuildLogs } from "../../data/GuildLogs";
|
||||||
import { tDelayString, tNullable, tPartialDictionary } from "../../utils";
|
import { tDelayString, tNullable, tPartialDictionary } from "../../utils";
|
||||||
import { tColor } from "../../utils/tColor";
|
import { tColor } from "../../utils/tColor";
|
||||||
|
import { GuildSavedMessages } from "../../data/GuildSavedMessages";
|
||||||
|
|
||||||
export const ConfigSchema = t.type({
|
export const ConfigSchema = t.type({
|
||||||
log_automatic_actions: t.boolean,
|
log_automatic_actions: t.boolean,
|
||||||
|
@ -23,6 +24,7 @@ export interface CasesPluginType extends BasePluginType {
|
||||||
logs: GuildLogs;
|
logs: GuildLogs;
|
||||||
cases: GuildCases;
|
cases: GuildCases;
|
||||||
archives: GuildArchives;
|
archives: GuildArchives;
|
||||||
|
savedMessages: GuildSavedMessages;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue