mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-12 21:05:02 +00:00
Start move to d.js
This commit is contained in:
parent
a9e0466e33
commit
9fc045cd38
17 changed files with 339 additions and 6317 deletions
|
@ -64,3 +64,15 @@ export interface CommandInfo {
|
|||
[key: string]: TMarkdown;
|
||||
};
|
||||
}
|
||||
|
||||
export enum ChannelTypeStrings {
|
||||
TEXT = "text",
|
||||
DM = "dm",
|
||||
VOICE = "voice",
|
||||
GROUP = "group",
|
||||
CATEGORY = "category",
|
||||
NEWS = "news",
|
||||
STORE = "store",
|
||||
STAGE = "stage",
|
||||
UNKNOWN = "unknown",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue