DiscordSRV / Staff-Chat

A staff-chat plugin that hooks into DiscordSRV
MIT License
29 stars 10 forks source link

Handle message in a later listener order, allowing other plugins to modify the message #34

Closed LOOHP closed 2 years ago

LOOHP commented 2 years ago

This PR makes DiscordSRV Staff chat forwards staff chat messages in a later Listener Order, allowing changes made to the chat message by other event listeners from other plugins to take effect.

RezzedUp commented 2 years ago

Looks good to me. Thanks for contributing!