9 lines
233 B
TOML
Executable File
9 lines
233 B
TOML
Executable File
[project]
|
|
name = "goonerdle-bot"
|
|
version = "0.1.0"
|
|
description = "Discord bot for Rule34dle tracking, leaderboards, and stats"
|
|
authors = ["Lars"]
|
|
readme = "README.md"
|
|
dependencies = ["discord.py~=2.3.0"]
|
|
requires-python = "==3.10.*"
|