Add a IRC wrapper for Discord command implementations
This commit is contained in:
parent
78f30b19fe
commit
5dccc2d4bb
5 changed files with 145 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# This file was autogenerated by uv via the following command:
|
||||
# uv export --format requirements-txt
|
||||
# uv export --format=requirements.txt
|
||||
aiohappyeyeballs==2.6.1 \
|
||||
--hash=sha256:c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558 \
|
||||
--hash=sha256:f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8
|
||||
|
@ -38,9 +38,7 @@ aiohttp==3.11.18 \
|
|||
--hash=sha256:ea4cf2488156e0f281f93cc2fd365025efcba3e2d217cbe3df2840f8c73db261 \
|
||||
--hash=sha256:f8af2ef3b4b652ff109f98087242e2ab974b2b2b496304063585e3d78de0b000 \
|
||||
--hash=sha256:f9e6710ebebfce2ba21cee6d91e7452d1125100f41b906fb5af3da8c78b764c1
|
||||
# via
|
||||
# discord-bot
|
||||
# discord-py
|
||||
# via discord-py
|
||||
aiomqtt==2.4.0 \
|
||||
--hash=sha256:721296e2b79df5f6c7c4dfc91700ae0166953a4127735c92637859619dbd84e4 \
|
||||
--hash=sha256:ab0f18fc5b7ffaa57451c407417d674db837b00a9c7d953cccd02be64f046c17
|
||||
|
@ -308,6 +306,11 @@ propcache==0.3.1 \
|
|||
# via
|
||||
# aiohttp
|
||||
# yarl
|
||||
pure-sasl==0.6.2 \
|
||||
--hash=sha256:53c1355f5da95e2b85b2cc9a6af435518edc20c81193faa0eea65fdc835138f4
|
||||
# via pydle
|
||||
pydle @ git+https://github.com/TheHolyRoger/pydle@befd10fb340a1934fbdbc9c8ccaca68620cba0f6
|
||||
# via discord-bot
|
||||
pytz==2025.2 \
|
||||
--hash=sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3 \
|
||||
--hash=sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue