Skip to content
#

eris

Here are 129 public repositories matching this topic...

morningvera
morningvera commented Feb 18, 2020

For completion, we should offer an As method like the one in Go 1.13 errors (https://golang.org/pkg/errors/#As). We should try to make this more reliable than Go's version by preventing panics: "As will panic if target is not a non-nil pointer to either a type that implements error, or to any interface type." Seems like we could just return false in these cases instead.

AxonCore
Khaaz
Khaaz commented Jan 27, 2020

Add a paginator module via reaction (embed or not embed).
Features:

  • custom emoji
  • content per page (easy to use: eg via a function?)
  • timeout

Optional/Interogation:

  • allow asking for a page directly on input (defaut page)
  • page change via different input type (other than emoji)

Goal: paginator used to list items in a message (eg: score etc)
Exported as an independant module (g

Improve this page

Add a description, image, and links to the eris topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eris topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.