Skip to content

Commit

Permalink
Commented out broken .then statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed May 30, 2021
1 parent f9c5c2b commit 25e75ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/structures/Interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Interaction extends Base {
allowed_mentions: content.allowed_mentions || null,
tts: content.tts,
flags: content.flags || 0,
}, content.file).then((response) => console.log(response));
}, content.file)//.then((response) => new Message(response, this)); Errored out?
}

/**
Expand Down

0 comments on commit 25e75ff

Please sign in to comment.