Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Fix ApplicationId in Interactions. #426

Closed quinchs closed 2 years ago

quinchs commented 2 years ago

Summary

This PR fixes the issue where application id's != bot ids when registering interactions / responding to them. It also fixes a NRE in SocketThreadUser's ctor and a ArgumentNullException in SocketGuild.

moiph commented 2 years ago

LGTM