Stop using untyped try-catches T_T
This commit is contained in:
@@ -528,7 +528,7 @@ namespace Discord
|
|||||||
})
|
})
|
||||||
.ToArray();
|
.ToArray();
|
||||||
}
|
}
|
||||||
catch { } //Bad Permissions?
|
catch (HttpException) { } //Bad Permissions?
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user