abbrv & !stats hotfix

This commit is contained in:
2022-04-15 17:34:36 +02:00
parent a3a26f2ba4
commit 6ac230e4c3
2 changed files with 2 additions and 1 deletions
@@ -119,6 +119,7 @@ class DiscordCommandHandler(BaseModule):
(r"<neutral>(.*?)</neutral>", r":white_circle: \1"),
(r"<tab>", "\t"),
(r"<img src=(.?)rdb://\d+\1>", ''),
(r"<a href=skillid://\d+>(.+?)</a>", r'\1'),
('#', ''),
('&lt;', '<'),
('&gt;', '>')]: