Evan Paterakis

Results 54 issues of Evan Paterakis

Also, renamed `BugHunter` to `BugHunterLevel1` due to the introduction of `Bug Hunter Level 2`

https://github.com/discord/discord-api-docs/pull/2155

Docs: https://github.com/discordapp/discord-api-docs/blob/master/docs/topics/Gateway.md - Made some emoji struct's fields optional (https://discordapp.com/developers/docs/resources/emoji) - Added Array of GamePlaying to Presence (because you can now have custom status + something else) - Added GamePlaying#state...

Hopefully I didn't miss anything https://discordapp.com/developers/docs/resources/guild#guild-member-object https://discordapp.com/developers/docs/resources/guild#guild-object

Replaces discordapp with discord in favour of the new domain. (Except for cdn.discordapp.com)

Adds the invite_create and invite_delete events (Didn't include `uses` cause it's always 0 (https://discordapp.com/developers/docs/topics/gateway#invite-create-invite-create-event-fields))

After the transfer, travisCI doesn't seem to check PRs. Please re-enable it (or switch to circle)!

Hi, I'm having some issues with JavaScriptCore bindings (https://github.com/GeopJr/JavaScriptCore.cr): - Proc For example, [`JavaScriptCore::ClassVTable#get_property=`](https://javascriptcore.geopjr.dev/JavaScriptCore/ClassVTable.html#get_property%3D%28value%3AJavaScriptCore%3A%3AClassGetPropertyFunction%29-instance-method) accepts [`JavaScriptCore::ClassGetPropertyFunction`](https://javascriptcore.geopjr.dev/JavaScriptCore/ClassGetPropertyFunction.html) (which is an alias for `Proc(JavaScriptCore::Class, JavaScriptCore::Context, Pointer(Void)?, JavaScriptCore::Value)`) generates: ```crystal def get_property=(value :...

bug

This PR adds DnD support. TODO: - More testing in flatpak fixes: #53