-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #40
Update README.md #40
Conversation
README.md
Outdated
@@ -163,10 +163,29 @@ ANALYTICS=YOUR_GOOGLE_TRACKING_ID | |||
|
|||
|
|||
## Tokens tutorials | |||
### Discord Credentials | |||
### Discord Bot's Token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change title to "Discord Bot Token"
README.md
Outdated
|
||
</details> | ||
|
||
### Discord Bot's Secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change title to "Discord Bot Secret"
README.md
Outdated
1. Go to <a href="https://discordapp.com/developers/applications)">Discord Developer Portal</a> | ||
2. Your next step is to go over the menu on the left side of the screen and click “OAuth2”. It’s the icon that looks like a wrench. | ||
3. Now you want to click the blue “Copy” button,which is under the CLIENT SECRET text to copy your bot secret | ||
> Bonus : Click the copy button on your left to copy your bot id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the lines - it is unnecessary
@@ -207,6 +226,8 @@ ANALYTICS=YOUR_GOOGLE_TRACKING_ID | |||
</details> | |||
|
|||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the line - it is unnecessary
README.md
Outdated
<summary>Click here to see how to get your bot's token!</summary> | ||
|
||
1. Go to <a href="https://discordapp.com/developers/applications)">Discord Developer Portal</a> | ||
2. Your next step is to go over the menu on the left side of the screen and click “Bot”. It’s the icon that looks like a little puzzle piece. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- At the top right of the screen, click "New application" and assign it a name. Next in the left part of the screen on the bar, find "Bot" then click it and find button "Add Bot"
README.md
Outdated
1. Go to <a href="https://discordapp.com/developers/applications)">Discord Developer Portal</a> | ||
2. Your next step is to go over the menu on the left side of the screen and click “Bot”. It’s the icon that looks like a little puzzle piece. | ||
> Now you want to click the blue “Add Bot” button | ||
3. Click the “Yes, do it!” button. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- After confirming the bot creation, click the "Copy token" button
README.md
Outdated
2. Your next step is to go over the menu on the left side of the screen and click “Bot”. It’s the icon that looks like a little puzzle piece. | ||
> Now you want to click the blue “Add Bot” button | ||
3. Click the “Yes, do it!” button. | ||
4. You’ll see a green message, “A wild bot has appeared!”,you’ll also see a “Token” and a blue button you can click called “Click to Reveal Token” |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Paste your token in
.env
file -TOKEN=BOT_TOKEN
README.md
Outdated
<summary>Click here to see how to get your bot's client secret!</summary> | ||
|
||
1. Go to <a href="https://discordapp.com/developers/applications)">Discord Developer Portal</a> | ||
2. Your next step is to go over the menu on the left side of the screen and click “OAuth2”. It’s the icon that looks like a wrench. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- In the left part of the screen on the bar, find "OAuth2" then click it
README.md
Outdated
|
||
1. Go to <a href="https://discordapp.com/developers/applications)">Discord Developer Portal</a> | ||
2. Your next step is to go over the menu on the left side of the screen and click “OAuth2”. It’s the icon that looks like a wrench. | ||
3. Now you want to click the blue “Copy” button,which is under the CLIENT SECRET text to copy your bot secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Find section named "Client Secret", under the bot secret click "Copy" button
- Paste client secret to
.env
-SECRET=CLIENT_SECRET
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the corrections that I have described. Without this the changes won't be accepted.
Thank you for contributing Majo.exe ❤️
README.md
Outdated
|
||
1. Go to <a href="https://discordapp.com/developers/applications)">Discord Developer Portal</a> | ||
2. Your next step is to go over the menu on the left side of the screen and click “OAuth2”. It’s the icon that looks like a wrench. | ||
3. Now you want to click the blue “Copy” button,which is under the CLIENT SECRET text to copy your bot secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Find section named "Client Secret", under the bot secret click "Copy" button
- Paste client secret to
.env
-SECRET=CLIENT_SECRET
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now everything looks good ❤️
No description provided.