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):