Skip to content

hackathonsforschools/guessing-game-discord-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Workshop

Get Started

  1. Install Python 3.6+
  2. Install pip
  3. Download the repository as a .zip or by cloning.
  4. Unzip the folder and open it with your favourite text editor.

macOS / Linux

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Windows

$ python -m venv .venv
$ call .venv/Scripts/activate
$ pip install -r requirements.txt

About

🤖 Discord Bot Workshop, built with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages