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

User locale in interactions #415

Closed drobbins329 closed 2 years ago

drobbins329 commented 2 years ago

Adds UserLocale and GuildLocale optional strings in the JSON converters for Interactions

quinchs commented 2 years ago

Can you add these properties to the interaction classes, ex SocketInteraction and RestInteraction

drobbins329 commented 2 years ago

Added in SocketInteraction, RestInteraction and IDiscordInteraction. Tested both User and Guild locale string outputs in guild. Both confirmed.