Fix typo
This commit is contained in:
@@ -4,7 +4,7 @@ from werkzeug.exceptions import HTTPException
|
||||
from internal.types import ActiveClient, DiscordId
|
||||
from internal.db_wrappers import DiscordIdDbController
|
||||
from quart_jwt_extended import jwt_required
|
||||
from router.auth import role_required
|
||||
from routers.auth import role_required
|
||||
|
||||
bot_bp = Blueprint('bot', __name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user