Add slash command
This commit is contained in:
parent
4f53f91e4a
commit
a26e3ebf08
4 changed files with 112 additions and 54 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue