Пример #1
0
        private async Task StartAsync()
        {
            LoggingManager.Log.Info("Starting...");

            // Load content into cache
            await Cache.LoadContentAsync();

            // Connect to Discord
            await DiscordClient.ConnectAsync();

            // Connect to Twitch
            await TwitchClient.ConnectApiAsync();

            // Block and wait
            await UserInputAsync();
        }