Docker
-
Clone the repository:
git clone https://github.com/RileyCalhoun/VerificationBot && cd VerificationBot -
Create a
.envfile and put your bot token inside asBOT_TOKEN -
Build the image:
docker build -t verificationbot . -
Run the container:
docker run -d --name verificationbot verificationbot:latest
Pyhon 3,8, Pip
-
Ensure your PIP version is up-to-date:
python3.8 -m pip install --upgrade pip -
Clone the repository:
git clone https://github.com/RileyCalhoun/VerificationBot && cd VerificationBot -
Create a
.envfile and put your bot token inside asBOT_TOKEN -
Install the necessary dependencies:
python3.8 -m pip install -U discord.py python-dotenv -
Run the program:
python3.8 -u ./index.py