laracord / framework

A Discord bot micro-framework powered by Laravel.
https://laracord.com
MIT License
33 stars 10 forks source link

Use the message user id instead of the interaction user id #104

Closed Alejandro-AP00 closed 4 months ago

Alejandro-AP00 commented 4 months ago

This PR fixes an issue with the editOrReply functionality. If we use the interaction->user->id it will always be false compared to the discord id, this PR updates it to use the message user id instead which lets the message be edited.