diff --git a/src/structures/ContextMenuInteraction.js b/src/structures/ContextMenuInteraction.js index c69d775f349d..8754eda1cb81 100644 --- a/src/structures/ContextMenuInteraction.js +++ b/src/structures/ContextMenuInteraction.js @@ -50,7 +50,7 @@ class ContextMenuInteraction extends BaseCommandInteraction { name: 'message', type: '_MESSAGE', value: target_id, - message: this.channel?.messages._add(resolved.messages[target_id]), + message: this.channel?.messages._add(resolved.messages[target_id]) ?? resolved.messages[target_id], }); }