mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
Add disabling autoproxy per-account
This commit is contained in:
parent
41247c68a6
commit
37294b68da
8 changed files with 98 additions and 5 deletions
|
|
@ -137,7 +137,7 @@ namespace PluralKit.Bot
|
|||
{
|
||||
try
|
||||
{
|
||||
return await _proxy.HandleIncomingMessage(shard, evt.Message, ctx, allowAutoproxy: true);
|
||||
return await _proxy.HandleIncomingMessage(shard, evt.Message, ctx, allowAutoproxy: ctx.AllowAutoproxy);
|
||||
}
|
||||
catch (PKError e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue