mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
fix(Action): getChannel interaction DM (#6280)
This commit is contained in:
@@ -39,7 +39,7 @@ class GenericAction {
|
|||||||
{
|
{
|
||||||
id,
|
id,
|
||||||
guild_id: data.guild_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,
|
this.client.channels,
|
||||||
id,
|
id,
|
||||||
|
|||||||
Reference in New Issue
Block a user