C#C
C#3y ago
Bilal

✅ Will this work

var commandStrings = availableCommands.Select((command, index) =>
                    new
                    {
                        response = $"[(Color::Pink){{0}}(Color::White)] {{1}}",command.Name, command.Description
                    });
Was this page helpful?