initial commit

This commit is contained in:
callum5892
2026-03-09 22:15:35 +00:00
commit 771a68a6d5
4 changed files with 54 additions and 0 deletions

23
pyproject.toml Normal file
View File

@@ -0,0 +1,23 @@
[project]
name = "discord-saved-messages"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"discord.py>=2.3",
"aiosqlite",
]
[project.optional-dependencies]
dev = [
"ruff",
"pytest",
"pytest-asyncio",
]
```
---
**`.env`** (never commit this)
```
DISCORD_TOKEN=your_token_here
```