Skip to content

Missing method #33

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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