Skip to content

Commit

Permalink
fix(Action): getChannel interaction DM (#6280)
Browse files Browse the repository at this point in the history
  • Loading branch information
muchnameless committed Aug 3, 2021
1 parent 3c7c822 commit a72b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/actions/Action.js
Expand Up @@ -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,
Expand Down

0 comments on commit a72b5a3

Please sign in to comment.