An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
156
stars
42
forks
source link
Fix usage of CacheMode.AllowDownload in channels #446
Closed
sabihoshi closed 2 years ago
This fixes an issue where
CacheMode.AllowDownload
was not doing anything in channels when fetching users.For Voice Channels, the behavior stays the same due to how it is implemented.