DiscordSRV / Staff-Chat

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

Add API #8

Closed RadBuilder closed 4 years ago

RadBuilder commented 4 years ago

Added events and moved methods from main class to api class. This will allow other plugins to read, modify, and send messages in both directions.

RezzedUp commented 4 years ago

I went ahead and implemented the events and added an API interface rather than moving all those methods to a standalone class.