Is it possible to implement Discord Rich Presence into BYOND games?
https://discordapp.com/developers/docs/rich-presence/how-to
ID:2313358
Nov 9 2017, 3:55 pm
|
|
Nov 9 2017, 4:05 pm
|
|
You wish lol
|
It looks like you should be able to, yeah.
If you compile athe discord SDK and make it available to your game through a *.dll file, you should be able to execute it using, call("your_dll.dll", "dll_func_name")(args) Just a thought. |