Skip to content

Missing method #33

@DenVot

Description

@DenVot

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);
                }

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions