MichaelPrust

Results 3 issues of 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...

bug
core
v4.x

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".