Skip to content
/ PyBot Public

PyBot is a simple Discord bot, made with python, for my personal server.

Notifications You must be signed in to change notification settings

juampi20/PyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBot

Introduction

PyBot is a simple Discord bot, made with python, for my personal server.

Installation with Pipenv

If you dont have pipenv:

pip3 install --user pipenv

To install the environment with the necessary packages, run this code:

pipenv install

To start the bot, run this code:

pipenv run start

Make sure you have pipenv installed, eitherwise, manually install:

pip install <package>

You need to load the environment variables in the .env file.

Rename the .env.example file to .env and load the new environment variables.

About

PyBot is a simple Discord bot, made with python, for my personal server.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published