Skip to content

Commit

Permalink
Include docs deps and align to best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Nov 25, 2023
1 parent 10cb33e commit 13cb546
Show file tree
Hide file tree
Showing 3 changed files with 582 additions and 7 deletions.
5 changes: 0 additions & 5 deletions bot/libs/utils/modals.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
from __future__ import annotations

from typing import TYPE_CHECKING

import discord

from .context import RoboContext
from .errors import produce_error_embed

if TYPE_CHECKING:
pass

NO_CONTROL_MSG = "This modal cannot be controlled by you, sorry!"


Expand Down
Loading

0 comments on commit 13cb546

Please sign in to comment.