-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
Hello.
I can't understand. Why I catch this exception?
Part of my code:
//Before I got List<string> of commands
try
{
await PagedReplyAsync(pager: new PaginatedMessage
{
Title = "Instruction",
Pages = pages,
Color = ColorProvider.GetColorForCurrentGuild(serGuild),
Options = new PaginatedAppearanceOptions
{
Jump = null,
Info = null,
Stop = null
}
});
}
catch (Exception ex)
{
Console.WriteLine(ex);
}Metadata
Metadata
Assignees
Labels
No labels
