mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-09 11:51:59 -04:00
Actually route rate limit preference in GUI
This commit is contained in:
parent
b34ab51b86
commit
7d32fc70fe
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public partial class DashboardViewModel : ViewModelBase
|
|||
AvailableChannels = null;
|
||||
SelectedChannels.Clear();
|
||||
|
||||
_discord = new DiscordClient(token);
|
||||
_discord = new DiscordClient(token, _settingsService.RateLimitPreference);
|
||||
_settingsService.LastToken = token;
|
||||
|
||||
var guilds = await _discord.GetUserGuildsAsync();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue