Discordia icon indicating copy to clipboard operation
Discordia copied to clipboard

Discord API library written in Lua for the Luvit runtime environment

Results 62 Discordia issues
Sort by recently updated
recently updated
newest added

Currently only path and a time can be set. Allow any custom command line arguments for ffmpeg.

I just set connection to channel:join() and play audio file by FFmpeg, but connection is nil, I don't know where is a problem, because in discord the bot connects to...

Just installed Discordia and Luvit recently to work on a bot, and I've been getting a strange issue. The bot will randomly go offline after a few hours and when...

Works around a bug in luajit that seems to happen when passing a number to `bit.bor` that is larger than 2^31-1 Additionally adds a few missing enumerations so that enableAll...

The permission management for roles as well as categories and textChannels / voiceChannels does not function correctly. After a fair bit of research with the help of another discord user,...

I can’t authenticate the bot. When using client:run() it’s provides me this error: ![Error Image](https://user-images.githubusercontent.com/112084381/233841487-59450d41-5161-4a12-8cfd-fa48a1774e2c.jpeg) Any ideas how to fix this? Thank you.

Making possible the access of this variable would be great for music bot since it contain the play time of the current track. `elapsed` is declared line 215 of file...

enhancement

I get this error: C:\Users\beyon\Downloads\DiscordBot>luvit bot.lua 2023-02-11 06:53:42 | [INFO] | Discordia 2.11.2 2023-02-11 06:53:42 | [INFO] | Connecting to Discord... 2023-02-11 06:53:42 | [ERROR] | 401 - Unauthorized :...

2.x backport of #320. Additionally, unlike #320, this shouldn't introduce breaking changes to the return value of `Logger:log()`.

I'm really trying to make that work, i installed FFmpeg and put the .exe in the work directory but when i run the function (playFFmpeg) it says that it doesn't...