diff --git a/PluralKit.Bot/Utils/ContextUtils.cs b/PluralKit.Bot/Utils/ContextUtils.cs index 88342b6b..9f4d1cef 100644 --- a/PluralKit.Bot/Utils/ContextUtils.cs +++ b/PluralKit.Bot/Utils/ContextUtils.cs @@ -130,7 +130,7 @@ namespace PluralKit.Bot { // If we get an "Unauthorized" error, we don't have permissions to remove our reaction // which means we probably didn't add it in the first place, or permissions changed since then // either way, nothing to do here - catch (UnauthorizedException) { } + catch (ForbiddenException) { } } public static async Task Choose(this Context ctx, string description, IList items, Func display = null)