SinisterRectus / Discordia

Discord API library written in Lua for the Luvit runtime environment
MIT License
697 stars 143 forks source link

Added Stage Channels, new enums, messageDeleteBulk event, and property setters. #307

Closed MegaPiggy closed 3 years ago

MegaPiggy commented 3 years ago

Property setters for a few classes have been added. They are shortcuts for any class:setSomething. Example: member.nickname = "John Doe" is a shortcut for member:setNickname("John Doe")

New events: stageChannelJoin, stageChannelLeave, stageInstanceCreate, stageInstanceUpdate, stageInstanceDelete, messageDeleteBulk

SinisterRectus commented 3 years ago

Hi. Thank you for your contribution, but I am not accepting any significant changes to 2.x. There are some more things to consider:

MegaPiggy commented 3 years ago

Ok, understandable.