Skip to content

Bergflix-Remake/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bergflix

Bergflix. Bot - Discord Bot for the Bergflix Community

Built using pycord. Please ignore the unclean code 😅

How to contribute

  1. Fork the repo
  2. Install Pipenv
$ python3 -m pip install pipenv
  1. Install dependencys
$ pipenv install
  1. Setup environment
# File: REPOSITORY_ROOT/.env
TOKEN=<Your discord bot token>
  1. Run the bot
$ pipenv run dev # start with nodemon, auto-restart on change
# or
$ pipenv run start
  1. Create Pull Request
  2. Great Success!