From ee36ccacc4bbfeaf67113cfb7e7f837bb2ac3840 Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:45:08 +0200 Subject: [PATCH] Update message.ts --- src/structures/message.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/structures/message.ts b/src/structures/message.ts index 033ee223a..f1b745d9b 100644 --- a/src/structures/message.ts +++ b/src/structures/message.ts @@ -177,8 +177,10 @@ export async function createDiscordenoMessage(data: Message) { } export interface DiscordenoMessage - extends Omit { + extends Omit { // For better user experience + /** Id of the guild which the massage has been send in. Empty string if it a DM */ + guildId: string; /** Ids of users specifically mentioned in the message */ mentionedUserIds: string[]; /** Ids of roles specifically mentioned in this message */