mirror of
https://github.com/gabrielkheisa/discord-active-developer-badge.git
synced 2024-11-22 19:41:55 +07:00
Merge pull request #21 from Arch881010/professionalism-edits(README)
Professionalism edits
This commit is contained in:
commit
cdbbefd502
35
README.md
35
README.md
@ -20,24 +20,27 @@ If you're still learning and want the badge, follow the instructions below!
|
|||||||
|
|
||||||
# Instructions
|
# Instructions
|
||||||
|
|
||||||
- Go to https://discord.com/developers/applications, and create a new application on the account you want the badge on
|
- Go to https://discord.com/developers/applications, and create a new application on the account you want the badge on.
|
||||||
- Go to the bot tab and generate a bot account for the application
|
- Go to the bot tab and generate a bot account for the application.
|
||||||
- Click the "Reset Token" button to generate a token (if you have 2fa enabled, you'll need your code)
|
- Click the "Reset Token" button to generate a token (if you have 2fa enabled, you'll need your code).
|
||||||
- Copy the token to your clipboard
|
- Copy the token to your clipboard.
|
||||||
- Click this badge to clone this repo to a new repl in Replit -> [![Run on Repl.it](https://replit.com/badge/github/hackermondev/discord-active-developer-badge)](https://replit.com/new/github/hackermondev/discord-active-developer-badge)
|
- Click this badge to clone this repo to a new repl in Replit -> [![Run on Repl.it](https://replit.com/badge/github/hackermondev/discord-active-developer-badge)](https://replit.com/new/github/hackermondev/discord-active-developer-badge)
|
||||||
- You will be redirected to Replit, you might have to create an account (you can Register with Google)
|
- You will be redirected to Replit, you might have to create an account (you can Register with Google).
|
||||||
- Wait for the repo has finished cloning and the repl to full connect
|
- Replit is a website, and does not run off your computer!
|
||||||
- Click the green "Run" button at the top
|
- Wait for the repo has finished cloning and the repl to fully connect.
|
||||||
- Go to the console (big black square on the right) and paste in the token you copied earlier (**Note**: ``CTRL + V`` won't work, you'll need to do ``CTRL + Shift + V`` or right-click and click paste
|
- Click the green "Run" button at the top.
|
||||||
- Press the 'Enter' button
|
- Go to the console (big black square on the right) and paste in the token you copied earlier (**Note**: ``CTRL + V`` won't work, you'll need to do ``CTRL + Shift + V`` or right-click and click paste).
|
||||||
- Wait for it to print 'DONE' in the console, **DON'T STOP THE PROGRAM OR CLOSE THE TAB YET**
|
- Press the 'Enter' key.
|
||||||
- Go back to the application page, go to the "General Information" tab, scroll down and copy application id
|
- Wait for it to print 'DONE | Application/Bot is up and running. DO NOT CLOSE THIS TAB UNLESS YOU ARE FINISHED USING THE BOT, IT WILL PUT THE BOT OFFLINE.' in the console, **DON'T STOP THE PROGRAM OR CLOSE THE TAB YET OR THE BOT WILL CONSIDERED BY DISCORD AS 'UNRESPONSIVE'**
|
||||||
- Create a new discord server (you can delete it at the end)
|
- Go back to the application page, go to the "General Information" tab, scroll down and copy application id.
|
||||||
- Enable community on the server
|
- Create a new discord server (you can delete it at the end).
|
||||||
|
- Enable community on the server (you only need to do this if you don't own any other discord server with community enabled)
|
||||||
|
- Return back to https://discord.com/developers/applications.
|
||||||
|
- Copy the applocation id.
|
||||||
- Use this invite link to add the application to the server: (replace ``{applicationid}`` with what you copied) ``https://discord.com/oauth2/authorize?client_id={applicationid}&scope=bot%20applications.commands&permissions=105227086912``
|
- Use this invite link to add the application to the server: (replace ``{applicationid}`` with what you copied) ``https://discord.com/oauth2/authorize?client_id={applicationid}&scope=bot%20applications.commands&permissions=105227086912``
|
||||||
- In the server, go to a channel and use the ``/ping`` command on the bot
|
- In the server, go to a channel and use the ``/ping`` command on the bot.
|
||||||
- Go to the <https://discord.com/developers/active-developer> page and register everything (**if it says you're not eligible, it's because you're not registered in their system yet. you might have to wait up to 24 hours**)
|
- Go to the <https://discord.com/developers/active-developer> page and register everything (**if it says you're not eligible, it's because you're not registered in their system yet. you might have to wait up to 24 hours**).
|
||||||
- Congrats on that shiny new badge
|
- Congrats on that shiny new badge.
|
||||||
|
|
||||||
**NOTE:** Make sure you have the “Use data to improve Discord” setting enabled under User Settings > Privacy & Safety otherwise you won't be able to be marked as eligible.
|
**NOTE:** Make sure you have the “Use data to improve Discord” setting enabled under User Settings > Privacy & Safety otherwise you won't be able to be marked as eligible.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user