Skip to content

Commit

Permalink
⏪ Attachment editing has been re-enabled, let's push this out again
Browse files Browse the repository at this point in the history
  • Loading branch information
daniwasonline committed Jul 17, 2024
1 parent a95b2d9 commit 5c96e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/models/interactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export class InteractionMessageEvent {

if (imageGen === null) return await responseMsg.edit({ content: textResponse }).catch(() => null);

return responseMsg
return await responseMsg
.edit({
content: final?.trim()?.length >= 2000 ? "" : final,
files: [
Expand Down

0 comments on commit 5c96e6d

Please sign in to comment.