More cleanup, removed parse completely...

This commit is contained in:
Master Kwoth
2016-02-07 23:00:53 +01:00
parent 34989ae9f4
commit f61606f8bc
8 changed files with 19 additions and 52 deletions

View File

@ -224,7 +224,7 @@ namespace NadekoBot.Modules {
await e.Send($"`Profile Link:`https://osu.ppy.sh/u/{Uri.EscapeDataString(e.GetArg("usr"))}\n`Image provided by https://lemmmy.pw/osusig`");
} catch (Exception) { }
};
} catch (Exception ex) {
} catch {
await e.Channel.SendMessage(":anger: Failed retrieving osu signature :\\");
}
}