The King of Half-Baked Projects

Results 337 comments of The King of Half-Baked Projects

Yo, while I haven't implemented the requested feature, you can now open files (NOT LINKS, but I am thinking about adding a second feature for that) via selecting the message...

This appears to be related to smth with permissions. If I use a non admin user, i get this too. EDIT: I already got the latest commits from discordgo and...

Thanks for linking that, seems pretty useful.

Yes, this is a known bug introduced to a change in the discord APIs. I just didn't fix it yet, as I haven't been coding lately.

This will require support for bulk member events via the websocket api.

Hm, i dunno if filesockets work on windows. Instance checking could be avoided by giving the file the PID as name, then you could technically talk zo all active clients

Supposedly this has been implemented: https://github.com/golang/go/commit/76c45877c9e72ccc84db787dc08299e0182e0efb However, I was unable to find it in the commit notes. This would also require us to bump the minimum version up to Go...

Well I am already annoyed by the amount of goons that don't read the readme, try to compile with an outdated go version and ask me what's going on ^^...

I wonder how we should best do this. What should happen with messages that you send during that time? Should they be queued, discarded, not even attempt to send them?...