mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-30 22:45:18 -04:00
parent
8678043f0d
commit
6fee160bc7
1 changed files with 4 additions and 0 deletions
|
@ -268,6 +268,10 @@ namespace DiscordChatExporter.Gui.ViewModels
|
||||||
{
|
{
|
||||||
MessengerInstance.Send(new ShowNotificationMessage("You don't have access to this channel"));
|
MessengerInstance.Send(new ShowNotificationMessage("You don't have access to this channel"));
|
||||||
}
|
}
|
||||||
|
catch (HttpErrorStatusCodeException ex) when (ex.StatusCode == HttpStatusCode.NotFound)
|
||||||
|
{
|
||||||
|
MessengerInstance.Send(new ShowNotificationMessage("This channel doesn't exist"));
|
||||||
|
}
|
||||||
|
|
||||||
Progress = 0;
|
Progress = 0;
|
||||||
IsBusy = false;
|
IsBusy = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue