Feature: API V8 Support
Created by: Neuheit
Summary
Implements support for Discord's V8 Gateway and REST
Details
I followed Discord's changelog from V6 to V8 for the majority of changes.
I also fixed an issue with checking for message references rather than replied references. It does this by checking for type 19, which is only found on 78 (see commit b49dbb3b)
Changes proposed
- Implement support for V8 as per changelog
- Fix small issue with checking and serializing message references.