This repository was archived by the owner on Jul 31, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
![ logo] ( media/dgTICLL.png )
2
2
3
- # I'm Grok <small >0.1.1</small >
3
+ # selfbot.py <small >0.1.1</small >
4
4
5
- > A multipurpose discord bot!
5
+ > An easy to use selfbot for discord.
6
6
7
- [ GitHub] ( https://github.com/verixx/grokbot / )
8
- [ Get Started] ( #welcome )
7
+ [ GitHub] ( https://github.com/verixx/selfbot.py / )
8
+ [ Get Started] ( README.md )
Original file line number Diff line number Diff line change 1
- # Installation
1
+ Installation
2
2
3
3
- [ Heroku] ( heroku.md )
4
4
5
5
- [ Computer] ( installation.md )
6
6
7
- # Reference
7
+ Reference
8
8
9
9
- [ Commands] ( commands.md )
10
10
Original file line number Diff line number Diff line change 18
18
window . $docsify = {
19
19
coverpage : true ,
20
20
loadSidebar : true ,
21
- subMaxLevel : 2 ,
21
+ subMaxLevel : 1 ,
22
22
name : "selfbot.py" ,
23
23
}
24
24
</ script >
Original file line number Diff line number Diff line change
1
+ # Reference
2
+
3
+ Here you can find information relevent to the selfbot.
4
+
1
5
2
6
# Retrieving Your Token
3
7
4
- ## PC
8
+ ### PC
5
9
1 . Open Discord, the Web App works too
6
10
2 . Press Ctrl+Shift+i
7
11
3 . Click "Application" tab (Click the 2 arrows on the right if you can't find it)
10
14
6 . Copy the text in quotes on the same row
11
15
7 . Remove the quotes if using [[ Heroku]]
12
16
13
- ## Android
17
+ ### Android
14
18
1 . Download [ this] ( https://play.google.com/store/apps/details?id=ai.agusibrahim.xhrlog ) from the Google Play Store
15
19
2 . Press the ` > ` icon at the top right
16
20
3 . Type in ` discordapp.com/login `
@@ -25,16 +29,16 @@ REAP:{"token":"your token here"}
25
29
7 . Copy your token
26
30
8 . Remove the quotes if using [[ Heroku]]
27
31
28
- ## iOS
32
+ ### iOS
29
33
We have not found a working solution yet. If you found one, inform us in our [ Discord Server] ( https://discord.gg/pmQSbAd ) !
30
34
31
35
# Possible Errors
32
36
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?
34
38
35
39
Navigate to your ` Applications/Python 3.6/ ` folder and double click the ` Install Certificates.command ` to fix this.
36
40
Happy coding!
37
41
38
- ## Improper Token passed?
42
+ ### Improper Token passed?
39
43
40
44
This means that the token you have inputted is invalid. Check again if your token is correct and edit your config accordingly.
You can’t perform that action at this time.
0 commit comments