我用C ++做游戏。
现在我想将其设置为游戏。
这意味着我希望不和谐地将其识别为游戏(“玩 MYGAME ”)。
有人知道我该怎么做吗?
答案 0 :(得分:3)
以下是将您的游戏显示在Discord Store上并将其检测为游戏的要求:How to get your game on Discord。在那里,您发现以下值得注意的事情:
Throughout this process, we'll reference your "app".
An app, or application, is an entity on Discord that represents something you've built: a bot, an OAuth2 app, or in this case your game.
We need to make an app for your game:
Create a new app at https://discordapp.com/developers/applications
When doing so, make sure you select your team from the Team dropdown
You're now looking at a blank slate of creativity. Give your game a pretty icon and exciting description here.
Next, click on Server Commerce Checklist in the sidebar, and we'll get to the good stuff.