Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wynwxst/dank-arena-bot
- Owner: wynwxst
- Created: 2020-10-28T09:01:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T06:18:04.000Z (about 4 years ago)
- Last Synced: 2024-11-13T04:34:04.786Z (2 months ago)
- Language: Python
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dank-Arena-Bot
open source dank arena discord botdiscord : 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"
```
#####################