No description
Find a file
2022-06-06 00:10:12 +02:00
.github/workflows Add black, isort and pyright checks to CI job (#2) 2022-06-04 15:10:25 +02:00
tests/cogs Add more tests 2022-06-06 00:09:42 +02:00
wulkabot Finish pobierz command 2022-06-06 00:10:12 +02:00
.gitignore Add black, isort and pyright checks to CI job (#2) 2022-06-04 15:10:25 +02:00
example.env Add iOS request detection 2022-04-27 00:16:40 +02:00
LICENSE Initial commit 2022-03-30 00:43:17 +02:00
poetry.lock Add black, isort and pyright checks to CI job (#2) 2022-06-04 15:10:25 +02:00
Procfile.txt Create Procfile.txt 2022-06-05 23:38:18 +02:00
pyproject.toml Add required buildpacks in project.toml 2022-06-05 23:12:18 +02:00
README.md Rename the project to Wulkabot 2022-03-30 18:11:21 +02:00

Wulkabot

Discord bot to help manage the Wulkanowy Discord server built with the discord.py library

Getting started

  • git clone the repo

  • Fill out the example example.env file and rename it to .env

  • This project uses Poetry to manage it's dependencies. To install required dependencies install Poetry and run

    poetry install
    
  • Run the bot using

    poetry run python -m wulkabot