eris
Here are 129 public repositories matching this topic...
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 22, 2020 - DM
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Oct 21, 2020 - JavaScript
Utility: Paginator
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
Detritus support
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Oct 19, 2020 - JavaScript
A mod on a server I'm in wrote: "Esmbot has no way of disabling the tag system and its like perfectly designed to be exploited so im kicking it for good until there's a way to fix it lol".
So I'm requesting a feature that allows you to disable certain commands/systems so that the server can add the bot back.
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Jan 1, 2019 - JavaScript
-
Updated
Oct 22, 2020 - TypeScript
-
Updated
Jul 9, 2019 - JavaScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 10, 2020 - TypeScript
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Jun 12, 2017 - JavaScript
Improve this page
Add a description, image, and links to the eris topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eris topic, visit your repo's landing page and select "manage topics."
For completion, we should offer an
Asmethod 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.