Browse Source

Stop using untyped try-catches T_T

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
9d1d549563
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/DiscordClient.cs

+ 1
- 1
src/Discord.Net/DiscordClient.cs View File

@@ -528,7 +528,7 @@ namespace Discord
}) })
.ToArray(); .ToArray();
} }
catch { } //Bad Permissions?
catch (HttpException) { } //Bad Permissions?
} }
return null; return null;
} }


Loading…
Cancel
Save