alchemy
alchemy copied to clipboard
A discord library for Elixir
I created a function to create embed from assets in a folder, just like the documentation show, and feel like it could be a nice shortcut when creating embed. There...
We are using our fork with v1.1 of gen_stage right now and it's working.
Both version 0.6.10 and 0.7.0 are published to hex, and tagged, but the code for them isn't merged into the master branch.
Stacktrace 13:00:18.716 [error] ** Websocket client Alchemy.Discord.Gateway terminating in :websocket_handle/3 for the reason :error::function_clause ** Websocket message was {:text, "{\"t\":null,\"s\":null,\"op\":7,\"d\":null}"} ** Handler state was %Alchemy.Discord.Gateway.State{} ** Stacktrace: [{:websocket_client, :handle_response, [:ok,...
Hello! I am trying to get this to work with Elixir releases and I am getting an error when running it. I am not sure if there are additional things...
Fixes #109 # Description The `Alchemy.Reactions.Emoji.resolve/1` considers only two scenarios: - when the emoji is already a struct - when the emoji is anything In this second scenario, this function...
## Issue If the `Alchemy.Cache.Guilds` guild child process is ever killed for any reason (i.e. timeouts), the bot will become unresponsive and no commands or messages can be processed for...
Both functions are not working and giving the error above: ```shell 14:26:15.355 [error] Task #PID started from #PID terminating ** (ArgumentError) argument error :erlang.byte_size(%{"id" => nil, "name" => "✅"}) (alchemy...
Right now, alchemy has a global architecture intended to support a single bot account. But there are many cases where a user would want to load and interface with many...