You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# Earth-Invader v0.2
2
-
Discord bot using the cryptography toolkit of [SkeletonKey](https://github.com/CosmodiumCS/SkeletonKey)
1
+
# Earth-Invader v0.3
2
+
Discord bot using the cryptography toolkit of [SkeletonKey](https://github.com/CosmodiumCS/SkeletonKey) with the Nextcord API wrapper.
3
3
4
4
## Usage
5
5
Usage continues the trend of the SkeletonKey suite often. See the help menu by simply using `/help`.
@@ -15,6 +15,8 @@ TOKEN=your token here
15
15
GUILD_ID=your guild id
16
16
```
17
17
18
+
Your `GUILD_ID` can be found by enabling developer mode in the advanced settings of the discord client, right clicking and selecting copy ID on your server of choice.
19
+
18
20
> WARNING: This token controls your entire bot. **It is very important you keep it hidden.**
0 commit comments