first commit

This commit is contained in:
2026-06-23 15:04:46 +02:00
committed by Nathan Tien You
commit e1d64997c7
11 changed files with 607 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
[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.*"