upstream: apply changes

This commit is contained in:
ZavaruKitsu
2022-10-15 18:16:22 +03:00
parent 8d02b54b05
commit 77242a200f
12 changed files with 48 additions and 154 deletions
@@ -48,8 +48,6 @@ public class BotBaseBuilder : IAPIKeySelectionStage, IMessageLoopSelectionStage,
Client = _client
};
bot.Sessions.Client = bot.Client;
bot.BotCommandScopes = BotCommandScopes;
bot.StateMachine = _statemachine;