Add !bottleclip <icon> <ears> command

This commit is contained in:
polyfloyd 2025-05-05 22:37:08 +02:00
parent 07cab2d2d1
commit 581665fa95
3 changed files with 65 additions and 0 deletions

2
uv.lock generated
View file

@ -186,6 +186,7 @@ name = "discord-bot"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "aiohttp" },
{ name = "aiomqtt" },
{ name = "discord-py" },
{ name = "discord-webhook" },
@ -194,6 +195,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "aiohttp", specifier = ">=3.11.18" },
{ name = "aiomqtt", specifier = ">=2.4.0" },
{ name = "discord-py", specifier = ">=2.5.2" },
{ name = "discord-webhook", specifier = ">=1.4.1" },