Skip to content

Commit

Permalink
sonarcloud suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Jul 3, 2024
1 parent f90b354 commit 5b60e66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/cogs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@

if TYPE_CHECKING:
from cogs.tickets import Tickets

from rodhaj import Rodhaj


UNKNOWN_ERROR_MESSAGE = (
"An unknown error happened. Please contact the dev team for assistance"
)
MENTION_REGEX = r"<@!?([0-9]+)>"
MENTION_REGEX = r"<@!?([\d]+)>"


class BlocklistTicket(NamedTuple):
Expand Down

0 comments on commit 5b60e66

Please sign in to comment.