/Earth-Invader

Discord bot using the cryptography toolkit of Cryptex

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Earth-Invader v0.2

Discord bot using the cryptography toolkit of Codex

Usage

Usage continues the trend of the Cryptex 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 reccommended 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