PsychoTea / Oxide.Ext.Discord

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

Enum for Channel and Message "type" property #10

Closed PsychoTea closed 6 years ago

PsychoTea commented 6 years ago

Channel, Message, and perhaps others have an integer "type" property which dictates some basic information about the object. At the moment it is passed as an integer, however we should instead reference this as an enum.

Docs References: Channel - https://discordapp.com/developers/docs/resources/channel#channel-object-channel-types Message - https://discordapp.com/developers/docs/resources/channel#message-object-message-types

Slut commented 6 years ago

Added #22