Fixed a goof with confirm.py and fixed requirements.txt

This commit is contained in:
Dan
2024-05-05 17:05:50 -04:00
parent 74af502512
commit f9d455a071
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,4 @@
import discord
from discord.ui import View, Button
class ConfirmView(View):

View File

@ -1,13 +1,13 @@
aiohttp==3.9.1
aiohttp==3.9.5
aiosignal==1.3.1
aiosqlite==0.20.0
async-timeout==4.0.3
attrs==23.1.0
attrs==23.2.0
discord==2.3.2
discord.py==2.3.2
frozenlist==1.4.1
idna==3.6
multidict==6.0.4
python-dotenv==1.0.0
idna==3.7
multidict==6.0.5
python-dotenv==1.0.1
typing_extensions==4.11.0
yarl==1.9.4