namespace Geekbot.Interactions.MessageComponents { /// public enum ButtonStyle { /// /// blurple /// Primary = 1, /// /// grey /// Secondary = 2, /// /// green /// Success = 3, /// /// red /// Danger = 4, /// /// grey, navigates to a URL /// Link = 5 } }