I am currently working on developing a selfbot for Discord, and I need to gather several key identifiers: ‘application_id, guild_id, channel_id, version, id, and authorization’. Unfortunately, I wasn’t able to locate this essential information in the image I have. Could someone guide me on where I can find these values for my project?
Hey! Also, make sure to enable the Developer Mod in Discord settings to reveal ‘guild_id’ and ‘channel_id’. For ‘version’ and ‘id’, check relevant API endpoints or the library you’re using. Just remember, selfbots aren’t allowed on Discord, so tread carefully!
From my experience, it’s essential to first ensure you have access to the Discord Developer Portal, where you can manage your application. You’ll find the ‘application_id’ there once you’ve registered your bot under the ‘Applications’ section. The ‘guild_id’ and ‘channel_id’ can typically be found by right-clicking the server or channel name in Discord itself, provided you have Developer Mode enabled. For the ‘authorization’ token, it’s important to note that Discord’s policy prohibits using selfbots, and their terms may change, potentially revoking access. Always check their API documentation for any updates before implementing your solution.