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 */