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
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
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[];
}