Chris
Chris
@jkimbo @syrusakbary +1 This feature would be really useful as other GraphQL libraries in other languages support descriptions.
Are there any updates on this issue? It is still happening in the current version. @roblav96
@vlaaad What's the best way to adjust the JDK version? I'm also running into this issue with the example namespaces.
Wouldn't this require some sort of adjacency operator that could be overloaded? I'm not 100% sure, but I don't see anything like this documented in Python.
@JasonKDarby I looked at the [`add-watch`](https://clojuredocs.org/clojure.core/add-watch) documentation and I guess I'm not immediately seeing how add-watch would facilitate multiple bot instances. Can you explain a bit more about the idea?...
Are the two messages duplicates of one another?
Hmmm that's interesting. Is there anything additional necessary to replicate the issue? Or does it do it immediately upon `help` invocation after bot startup?
I think I've discovered the issue. I think this `defcommand` needs to be removed. The `help` and `reload` commands are handled specially, so that they're loaded correctly when the envrionment...
Hmmm interesting, I'll need to look into this. I believe I based this endpoint off of a similar endpoint in [discord.py](https://github.com/Rapptz/discord.py/blob/master/discord/http.py#L411) and, if I'm being totally honest, I'm not sure...
The current use `register-extension-docs!` is [inside of the `defextension` macro](https://github.com/gizmo385/discord.clj/blob/master/src/discord/bot.clj#L304-L306). It takes the keyword of the extension name as the argument and a string for documentation as the second argument....