mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 16:57:02 +00:00
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user