Skip to content

jairoperezaquino/discord-bot-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Discord Bot

Written in Python, this will allow you to interact with your Servers. Implemented with basic methods such as: image

Setting up a Virtual Environment (Windows)

Create virtual environment

python -m venv venv

Activate virtual environment

venv/Scripts/Activate.ps1

  • If the Activate errors, try running this on PowerShell (Administrator mode) Set-ExecutionPolicy RemoteSigned

Upgrade pip

pip install --upgrade pip

Install libraries

pip install -r requirements.txt

About

Discord bot written in Python that allows you to interact with a server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages