Add slash command
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user