NotJustSid / smetch-bot

SMETCH Bot repository - an open source repository where you can make suggestions and contributions to the server bot.

Home Page:https://discord.gg/3bhmFtx9UM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMETCH Bot

GitHub Workflow Status GitHub issues GitHub pull requests GitHub

Discord

This is the server bot for SMETCH

Contributing

  1. Clone the GitHub repo
  2. Run python3 -m pip install pipenv
  3. Run pipenv shell
  4. Run pipenv install
  5. Add a file called config.yml and add the necessary fields:
    • Required: bot-token, prefix
    • Optional(at least should be): mongo-uri, github-token example config file
    bot-token:
    mongo-uri:
    github-token:

    if you somehow update .gitignore, make sure config.yaml is included

  6. Run pipenv run pre-commit
  7. Make any changes to your code
  8. Run pipenv run bot to run the bot

About

SMETCH Bot repository - an open source repository where you can make suggestions and contributions to the server bot.

https://discord.gg/3bhmFtx9UM

License:MIT License


Languages

Language:Python 100.0%