Unindent, plugins is now an object instead of []

This commit is contained in:
Vendicated
2022-08-31 23:04:18 +02:00
parent b2f762fda8
commit 7ce37f858c
8 changed files with 65 additions and 14 deletions

View File

@ -13,7 +13,7 @@ export interface Emoji {
id: string,
}
interface MessageObject {
export interface MessageObject {
content: string,
validNonShortcutEmojis: Emoji[];
}