Add slash command

This commit is contained in:
2024-12-22 05:04:20 +01:00
parent 4f53f91e4a
commit a26e3ebf08
4 changed files with 112 additions and 54 deletions

View File

@ -4,7 +4,12 @@ version = "0.1.0"
description = "My shit bot"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["hikari-lightbulb", "hikari", "openai", "python-dotenv"]
dependencies = [
"hikari-lightbulb>=3.0.0a15",
"hikari",
"openai",
"python-dotenv",
]
[dependency-groups]
dev = ["pytest-asyncio", "pytest", "ruff"]