Fixed some missing imports
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import discord
|
||||
from discord.ui import View, Button
|
||||
from .logger import logger
|
||||
from .database import remove_project, remove_task
|
||||
|
||||
class ConfirmView(View):
|
||||
def __init__(self, project_id, timeout=180): # 180 seconds until the view expires
|
||||
|
Reference in New Issue
Block a user