Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit 23a73f8

Browse files
committed
Updated the style a bit.
1 parent 9e97ead commit 23a73f8

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

docs/_coverpage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
![logo](media/dgTICLL.png)
22

3-
# I'm Grok <small>0.1.1</small>
3+
# selfbot.py <small>0.1.1</small>
44

5-
> A multipurpose discord bot!
5+
> An easy to use selfbot for discord.
66
7-
[GitHub](https://github.com/verixx/grokbot/)
8-
[Get Started](#welcome)
7+
[GitHub](https://github.com/verixx/selfbot.py/)
8+
[Get Started](README.md)

docs/_sidebar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Installation
1+
Installation
22

33
- [Heroku](heroku.md)
44

55
- [Computer](installation.md)
66

7-
# Reference
7+
Reference
88

99
- [Commands](commands.md)
1010

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
window.$docsify = {
1919
coverpage: true,
2020
loadSidebar: true,
21-
subMaxLevel: 2,
21+
subMaxLevel: 1,
2222
name: "selfbot.py",
2323
}
2424
</script>

docs/reference.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# Reference
2+
3+
Here you can find information relevent to the selfbot.
4+
15

26
# Retrieving Your Token
37

4-
## PC
8+
### PC
59
1. Open Discord, the Web App works too
610
2. Press Ctrl+Shift+i
711
3. Click "Application" tab (Click the 2 arrows on the right if you can't find it)
@@ -10,7 +14,7 @@
1014
6. Copy the text in quotes on the same row
1115
7. Remove the quotes if using [[Heroku]]
1216

13-
## Android
17+
### Android
1418
1. Download [this](https://play.google.com/store/apps/details?id=ai.agusibrahim.xhrlog) from the Google Play Store
1519
2. Press the `>` icon at the top right
1620
3. Type in `discordapp.com/login`
@@ -25,16 +29,16 @@ REAP:{"token":"your token here"}
2529
7. Copy your token
2630
8. Remove the quotes if using [[Heroku]]
2731

28-
## iOS
32+
### iOS
2933
We have not found a working solution yet. If you found one, inform us in our [Discord Server](https://discord.gg/pmQSbAd)!
3034

3135
# Possible Errors
3236

33-
## Getting [SSL: CERTIFICATE_VERIFY_FAILED] on Python 3.6 on OS X?
37+
### Getting [SSL: CERTIFICATE_VERIFY_FAILED] on Python 3.6 on OS X?
3438

3539
Navigate to your `Applications/Python 3.6/` folder and double click the `Install Certificates.command` to fix this.
3640
Happy coding!
3741

38-
## Improper Token passed?
42+
### Improper Token passed?
3943

4044
This means that the token you have inputted is invalid. Check again if your token is correct and edit your config accordingly.

0 commit comments

Comments
 (0)