Skip to content

CosmodiumCS/MK19-EarthInvader

Repository files navigation

Alt text

Discord bot using the cryptography toolkit of SkeletonKey with the Nextcord API wrapper.

Offical invite link

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 can either use the Docker container or replace the Discord token in main.py. You will then have to generate an invite link of your own. The docker container is recommended, as it is easier to daemonize.

Using With Docker

You can pull the latest image from dockerhub and run it with:

docker pull soulsender/earth-invader:latest
docker run -e TOKEN=yourtoken earth-invader WEBHOOK_URL=url

or alternatively with the docker-compose file.

You can get your TOKEN from the discord developer portal.

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

You can get your logging WEBHOOK_URL by going to a channel in a server, going to settings, and webhooks.

Using With Python

You will need to add your own token in main.py under client.run(). It's recommended you store the token and webhook in an environment (.env) file for better security. Rename .env_example in the root directory and add your own credentials.

Invite Link

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

Credits