Results 17 issues of Dirk Kok

DayOfWeekReader is a TypeReader that parses to DayOfWeek objects. Discord.Commands provides a built-in reader for this; my implementation is capable of localization. When you attempt to add a TypeReader for...

My music bot randomly logs this error: ``` [104 /EventHandler] [Error] Event handler exception for event VOICE_SERVER_UPDATED thrown from System.Threading.Tasks.Task Client_VoiceServerUpdate(DSharpPlus.DiscordClient, DSharpPlus.EventArgs.VoiceServerUpdateEventArgs) (defined in DSharpPlus.VoiceNext.VoiceNextExtension) System.NullReferenceException: Object reference not set...

voicenext

I have a bot that is connected to voice channels and plays the same, 6-hour raw pcm file on loop 24/7. This works fine until it randomly stops playing. I...

bug
voicenext
v4.x

Docker swarm support is added (#60) and it should work with non-swarm deployments as well, however if you start it with --in-docker-swarm you get this: time="2022-08-15T17:23:00Z" level=fatal msg="Unable to start...

enhancement
help wanted

I wrote a comment once linking to a website that explains what licenses you can use, but I've now discovered that the project is already licensed LGPLv3. The issue is...

Currently, when you breed hippogryphs and throw the egg, the baby hippogryph isn't tamed. This PR causes the new hippogryph to be automatically tamed by the player who threw the...

* Changes the entrypoint of the docker image to the BaGet executable produced by `dotnet publish`. * I am not aware of any downsides to this. * I am aware...

### What happened? This happens in firefox on linux as well as in the flatpak. It does not happen with the solid.js frontend or rvmob - A user sent a...

bug

- Reads DB_NAME, DB_HOST, and DB_PORT from environment variables, uses current defaults if they're not specified. - Catch and log a few errors I encountered while trying to get this...