Exemple #1
0
        protected override string GetStartBattleString()
        {
            string msg = PlayerMessages
                         .Aggregate("", (s, v) => s += $"<@{v.Value.avatar.ID}>, ");

            return($"{matchup.FlavourText}\n{msg} get into Position!");
        }
        protected override string GetStartBattleString()
        {
            string msg = PlayerMessages
                         .Aggregate("", (s, v) => s += $"<@{v.Value.avatar.ID}>, ");

            SummonsMessage.ModifyAsync(m => m.Content = matchup.FlavourText);
            return($"{msg} get into Position!");
        }