feat(gateway): initial commit

This commit is contained in:
spiral
2022-04-11 15:55:10 -04:00
parent 8e5b987b2c
commit fadf007abc
12 changed files with 2487 additions and 1 deletions

View File

@@ -73,6 +73,8 @@ public class Bot
}
};
_services.Resolve<RedisGatewayService>().OnEventReceived += (evt) => OnEventReceived(0, evt);
// Init the shard stuff
_services.Resolve<ShardInfoService>().Init();