Unindent, plugins is now an object instead of []
This commit is contained in:
@ -13,7 +13,7 @@ export interface Emoji {
|
||||
id: string,
|
||||
}
|
||||
|
||||
interface MessageObject {
|
||||
export interface MessageObject {
|
||||
content: string,
|
||||
validNonShortcutEmojis: Emoji[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user