fix(Action): getChannel interaction DM (#6280)

This commit is contained in:
muchnameless
2021-08-04 00:10:17 +02:00
committed by GitHub
parent 3c7c82292a
commit a72b5a355e

View File

@@ -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,