WIP
This commit is contained in:
parent
a0fa21f0f5
commit
7e3f9ebd11
40 changed files with 118 additions and 119 deletions
|
@ -1,11 +1,11 @@
|
|||
import { IGlobalConfig, IGuildConfig, Knub } from "knub";
|
||||
import { BaseConfig, Knub } from "knub";
|
||||
|
||||
export interface IZeppelinGuildConfig extends IGuildConfig {
|
||||
export interface IZeppelinGuildConfig extends BaseConfig<any> {
|
||||
success_emoji?: string;
|
||||
error_emoji?: string;
|
||||
}
|
||||
|
||||
export interface IZeppelinGlobalConfig extends IGlobalConfig {
|
||||
export interface IZeppelinGlobalConfig extends BaseConfig<any> {
|
||||
url: string;
|
||||
owners?: string[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue