コード例 #1
0
        internal static async Task SaveAllBotVars()
        {
            await GlobalBotVars.CheckSaveBotVars();

            foreach (BotVarCollection botVarCollection in GuildBotVars.Values)
            {
                await botVarCollection.CheckSaveBotVars();
            }
        }