MichaelPrust
MichaelPrust
# Summary Messages assumes different behaviour about "mentions" between create and edit routines. # Details Using a DiscordMessageBuilder: When creating a message using DiscordChannel.CreateMessageAsync(), the message assumes Mentions.All by default...
I have the method bellow: ```csharp private List GetinputOptions(T input) where T : struct, Enum { var result = new List(); var values = Enum.GetValues(typeof(T)).Cast(); Func defaultEvaluator; if (Attribute.IsDefined(typeof(T), typeof(FlagsAttribute)))...
The client are listing all audio channels of the guilds. Dont display channels the bot user dont have permission to "view"/"connect".