mazziechai / kose-kata

Powerful note Discord bot
Mozilla Public License 2.0
2 stars 0 forks source link

Ignore or handle webhooks (such as Pluralkit) #30

Open OvercastWarmth opened 1 month ago

OvercastWarmth commented 1 month ago

As the title says. Current behaviour when a user with PluralKit requests a note is for the note to be posted twice. Once for the primary message, and then another time for the proxied message. This is very obviously unintentional behaviour, it should only be posted once.

Possible solutions I can think of:

mazziechai commented 1 month ago

Kord Extensions actually has PluralKit integration to prevent doubleposting, so I can just set that up instead of rolling my own solution. Thanks for the report!