Hokkaydo / EPLBot

EPLBot sources repository
https://discord.gg/9wKTDtPbvm
GNU General Public License v3.0
7 stars 6 forks source link

[Mirror] Use only one webhook #53

Closed eplbot[bot] closed 9 months ago

eplbot[bot] commented 10 months ago

The bot should not create a new webhook each time a user sends a message. Instead it should simply keep one per channel and change its nickname a profile picture before sending a message. It would simplify the message deletion & modification timeout as well as the webhook will be always present in the channel

Hokkaydo commented 10 months ago

Additionally, threads and pins are not mirrored. Moreover, using the one-webhook method, we could consider showing reactions on messages

Hokkaydo commented 9 months ago

Implemented in #67