Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.18 KB

Earth-Invader v0.2

Discord bot using the cryptography toolkit of SkeletonKey

Usage

Usage continues the trend of the SkeletonKey suite often. See the help menu by simply using *help.

Setting up yourself

Should you want to use the code yourself, you need only replace the Discord token in main.py, and generate an invite link of your own.

Token

You will need to add your own token in main.py under client.run(). It is recommended that it is stored in a .env file for better security. This .env file should be located in the root of the project directory. Simply add your token in the file as:

TOKEN=your token here

WARNING: This token controls your entire bot. It is very important you keep it hidden.

Discord Developer

You will also need to make your own discord developer account to aquire said token.

Invite Link

You will need to make an invite link in your discord developer portal.

Credits