Matt Carey
Matt Carey
Also closes #693, as the temporary message methods are given the same capabilities as the non temporary counter parts
Hello, it appears that you're having some issues getting your dependencies installed. If you would like to join us in https://discord.gg/cyK3Hjm we can probably sort this out more quickly. Edit:...
If you're not connected to the gateway (via `Bot#run`) you lose out on certain cache data, as channels are present in the [`GUILD_CREATE`](https://discordapp.com/developers/docs/topics/gateway#guild-create) payload
This PR also includes a breaking change that removes the `bot` param from the `Emoji` constructor in its current state
Thanks for the PR! Just some minor things to work through before we get it merged
This is likely due to overeager attempts to resolve the full member object which a message does not provide. The solution is to populate this information lazily on our end
Would you be open to doing the API portion through a message update rather than a dedicated API method? I don't want to add an API level method for every...
I merged Droid's branch that has the feedback addressed using your branch as the base
Replit is generally discouraged as much of their IP range is blocked by discord
Could you possibly give me the response body from your 400? For example ``` [10] pry(main)> begin [10] pry(main)> client.execute do |builder| [10] pry(main)> builder.content = 'foo' * 1000 [10]...