Discord Developer Portal
https://discord.com/developers/docs/introYou’ve found the Discord Developer Documentation! These pages are dedicated to showing you all the ways that you can use Discord to make cool stuff. Whether you’re looking to create awesome bots for your community, empower your applications with our API, or hook us right into your game with Rich Presence or the GameSDK, Discord has ...
Discord Developer Portal
ptb.discord.com › developers › docsAnyway—Discord has achievements! Show your players just how successful they are. Achievements are managed in the Developer Portal. Head over to your application --> Achievements to create and manage achievements for your game. You'll give them an icon, a name, and a description; then they'll be assigned an id.
Discord Developer Portal
https://canary.discord.com/developers/docs/game-sdk/storeThen: Open up the Discord app. Click on the settings cog in the bottom left corner. Go to Appearance -> allll the way at the bottom. Toggle "Developer Mode" on and "Application Test Mode" on, and enter your application ID. Exit user settings. You should now see an orange bar across the top of your screen; this means it worked!
Discord Developer Portal
ptb.discord.com › developers › docsWithin the Discord core is a function called SetLogHook (). It takes a level, which is minimum level of log message you want to listen to, and a callback function: public void LogProblemsFunction(Discord.LogLevel level, string message) { Console.WriteLine ( "Discord: {0} - {1}", level, message); } discord.SetLogHook (Discord.LogLevel.Debug ...
Discord Developer Portal
https://ptb.discord.com/developers/docs/game-sdk/discordDebugging is a pain, so before we get into the meat of the SDK, we want to make sure you're prepared for when things go awry. Within the Discord core is a function called SetLogHook().It takes a level, which is minimum level of log message you want to listen to, and a callback function:. public void LogProblemsFunction (Discord.LogLevel level, string message) { …
Discord Developer Portal
canary.discord.com › developers › docsThen: Open up the Discord app. Click on the settings cog in the bottom left corner. Go to Appearance -> allll the way at the bottom. Toggle "Developer Mode" on and "Application Test Mode" on, and enter your application ID. Exit user settings. You should now see an orange bar across the top of your screen; this means it worked!
Discord Developer Portal
discord.com › developers › docsYou’ve found the Discord Developer Documentation! These pages are dedicated to showing you all the ways that you can use Discord to make cool stuff. Whether you’re looking to create awesome bots for your community, empower your applications with our API, or hook us right into your game with Rich Presence or the GameSDK, Discord has ...