fix(issues): fixed modals not being imported properly
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-08-20 15:52:35 -04:00
parent 633295c446
commit a8d873be33
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -1,6 +1,6 @@
import discord
from redbot.core import Config, app_commands, commands, checks
import modals
from . import modals
class Issues(commands.Cog):
"""This cog allows you to create Gitea issues through a Discord modal.