Karl

Results 15 comments of Karl

@katacarbix That's a websocket error. Unigraph tries to open a websocket to `ws://hostname.com:3001`. This works if everything is running on localhost, but if you have a proxy (nginx, traefik, etc)...

You are correct that the documentation does not exist. The rest calls and gateway events match the discord data types very closely, so you can use the official discord api...

Good idea. I'll add updates as they come up.

The cache is of very limited use right now, it only updates on `GuildCreate` events. https://github.com/aquarial/discord-haskell/blob/master/src/Discord/Internal/Gateway/Cache.hs#L54 So if a channel is added while your bot is running it won't even...

Good question, it's not very intuitive how to get state into this library. Here's an example I drafted that I should add to the existing examples. We need to use...

Added an example https://github.com/aquarial/discord-haskell/blob/master/examples/state-counter.hs Documentation is a good idea, need to figure out what kind. Github wiki or markdown or other.

At this point all I can really say is "not yet". I think this lib meets the requirements for inclusion, have to ask.

Interesting yeah. Hosting is an on topic idea. I've never used heroku/digitalocean style hosting before tbh. I've looked into them a bit, but I always endup selfhosting on an old...

Looks like there's a `video` field in the `Embed` object. I wish I had seen it earlier, I think the naming on `CreateEmbedImage` is set a bit. Might also be...

Looks great! Goal is to get this and https://github.com/discord-haskell/discord-haskell/pull/135 into a 1.15 release I have a long day ahead, should get around to the release process late tonight