PsychoTea / Oxide.Ext.Discord

Discord extension and integration
https://umod.org/extensions/discord
12 stars 26 forks source link

More Message.Reply functions #6

Closed Slut closed 6 years ago

PsychoTea commented 6 years ago

I would suggest creating a Message object in the cases of the string message and Embed embed overloads, and passing that to the Message message overload, rather than defining a separate request each time. This will make it much simpler if any of the functionality with messaging ever needs to be changed.

Slut commented 6 years ago

Yeah that's a lot better, commited 👍

PsychoTea commented 6 years ago

Thanks! Merged :)