mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: include shard_id in redis channel
This commit is contained in:
parent
abb01aaf2c
commit
799279054d
4 changed files with 23 additions and 15 deletions
|
|
@ -73,7 +73,7 @@ public class Bot
|
|||
}
|
||||
};
|
||||
|
||||
_services.Resolve<RedisGatewayService>().OnEventReceived += (evt) => OnEventReceivedInner(0, evt);
|
||||
_services.Resolve<RedisGatewayService>().OnEventReceived += (e) => OnEventReceivedInner(e.Item1, e.Item2);
|
||||
|
||||
// Init the shard stuff
|
||||
_services.Resolve<ShardInfoService>().Init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue