Discord.hs icon indicating copy to clipboard operation
Discord.hs copied to clipboard

Have you heard of our lord and savior Haskell?

Results 9 Discord.hs issues
Sort by recently updated
recently updated
newest added

I’m working on a fork of this library called [discord-haskell](https://github.com/aquarial/discord-haskell). I’ve changed the core of the library to use `Chan`s instead of a monad transformer stack. Opening an issue is...

Hey, I just deployed my bot using discord-hs and it seemed to work perfectly fine. However, after about 3 hours, the bot disconnected and kept spamming `BotDied` in console many...

The documentation of `Network.Discord.Rest` makes it seem like there is a much better way to make requests than just using `fetch` and `fetch'`. However, all examples currently use `fetch'`. Could...

As per the title, the version on Hackage appears to not match the version on the default branch, which makes using this library confusing.

And so is the current master: https://hackage.haskell.org/package/discord-hs-0.3.2/src/src/Network/Discord/Rest/Prelude.hs `Fetched` has kind `*`, and, AFAIK, can't be a Functor or a Comonad.

Please add a `Setup.hs` file to the distribution to make sure that build systems that don't rely on `cabal-install` or `stack` can compile this package.

Since your cabal file write `req=0.2.*`, stackage cannot update `req-0.2` to `req-0.3` . see: https://github.com/fpco/stackage/issues/2594 So, I updated your cabal file. I checked that Discord.hs is can build using `req-3.0`...

So i added some upper limit for you because of fpco/stackage#2451

I was asked by Jamieλ on discord to open a issue about this

enhancement
help wanted