Khaaz

Results 14 comments of Khaaz

To complete that, I'd say that deploying via gatsby is probably not the hardest part. The most important thing is to make sure everything is linked together and every classes...

Sure! Make sure to test it so we can use commonJS `require`, node 14 `import/export` and `import/export` with `esm`. The latter should most likely work if `require` does. If you...

If you really want to change the examples, you should also change the eris example. Also since discord entirely switched to discord.com, you can entirely change `discordapp` to `discord` instead...

Also please, do this PR FROM the dev branch TO the dev branch.

I guess here you don't have any other choice than just closing and reopening. work on the dev branch on your fork, and open a PR from your dev branch...

Can you show the results for this regex and the old one so I can compare?

Updating on this: Best thing to add would be a support for sequelise which is a SQL ORM that seems pretty powerful. Obviously any other native support that could be...

I am not sure what you mean. The idea here is basically a structure that you create and handle displaying messages. You input an array or object of embeds or...

Quick sum up about what this is supposed to introduce in term of feature: Paginator: - takes a list of embed or pages - sends back correct page regarding input:...

Update: Requirements: - DiscordPaginator = abstract class - 2 extensions: DiscordMessagePaginator and DiscordReactionPaginator You can abstract chunker or whatever else. It just needs at least these 3 classes Both Paginator...