mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(Action): getChannel interaction DM (#6280)
This commit is contained in:
@@ -39,7 +39,7 @@ class GenericAction {
|
||||
{
|
||||
id,
|
||||
guild_id: data.guild_id,
|
||||
recipients: [data.author ?? { id: data.user_id }],
|
||||
recipients: [data.author ?? data.user ?? { id: data.user_id }],
|
||||
},
|
||||
this.client.channels,
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user