Discordia
Discordia copied to clipboard
Discord API library written in Lua for the Luvit runtime environment
Every time I use the function `channel:join()`, it works perfectly fine as the bot joins the specific channel. However, I'm getting an output of libopus not found which make me...
I don't see anywhere were we can request to look for the role Name, and if it doesn't exist we can create it. but if it does exist we apply...
Partner bot is always be online but now it’s offline so I can’t do anything with it.
Please Let Discordia support load ARM64 Version Of Opus And Sodium I Know This Problem By I Edited This Module i printed the error it shows ``` dlopen(libopus.dylib, 0x0005): tried:...
This pull request adds a new `boolean` client option `logFullErrors` (`true` by default) which, when `true`, makes the `API` class log the full error reason (found inside the response body)...
Use the new `embeds` field for sending messages since `embed` is now deprecated (see below), and allow sending multiple embeds in one message by specifying `embeds` in `TextChannel:send`. Specifying `embed`...
Hey, I simply updated Message:update code to update components, I think you should add this: ```lua function Message:update(data) return self:_modify({ content = data.content or null, embed = data.embed or null,...
This hasn't been an issue for the first month or so when my bot was hosted but then it just showed up out of nowhere and I've tried going around...
Listeners created by the `Emitter:once()` method get put into an internal table, but are never removed from said table, causing them to never be GC'd. This PR fixes this issue...
Running the tests yields the following error: ``` Uncaught exception: ...e/Dev/Luvit/discordia/discordia-fork/tests/test-date.lua:179: expected: "date could not be converted to time", received: "...l/home/Dev/Luvit/discordia/discordia-fork/libs/class.lua:16: expected minimum 0, received -31536000" stack traceback: [C]: in...