Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wynwxst/dank-arena-bot

open source dank arena discord bot
https://github.com/wynwxst/dank-arena-bot

Last synced: 8 days ago
JSON representation

open source dank arena discord bot

Awesome Lists containing this project

README

        

# Dank-Arena-Bot
open source dank arena discord bot

discord : https://discord.gg/n3rHCTS

add pyproject.toml as shown in dependencies

#####################
```
***This must be included to fork/copy***

[tool.poetry]
name = "Dank arena bot"
version = "0.1.0"
description = "Dank arena bot"
authors = ["L4xus "]
Email = "[email protected]"

[tool.poetry.dependencies]
# meet these
python = "^3.8"
"discord.py" = "^1.3.4"
flask = "^1.1.2"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
```
#####################