fix: show correct error in 'pk;debug proxy' when autoproxy is disabled for discord account
This commit is contained in:
@@ -178,8 +178,7 @@ public class MessageCreated: IEventHandler<MessageCreateEvent>
|
||||
|
||||
try
|
||||
{
|
||||
return await _proxy.HandleIncomingMessage(evt, ctx, guild, channel, ctx.AllowAutoproxy,
|
||||
botPermissions);
|
||||
return await _proxy.HandleIncomingMessage(evt, ctx, guild, channel, true, botPermissions);
|
||||
}
|
||||
|
||||
// Catch any failed proxy checks so they get ignored in the global error handler
|
||||
|
Reference in New Issue
Block a user