Add appeal linking

This commit is contained in:
Tarrgon
2026-06-02 20:42:13 -04:00
parent 2c0ef019b8
commit 18395fe63a
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ export const takedownIDRegex = new RegExp('takedown #([0-9]+)', 'gi');
export const recordIDRegex = new RegExp('record #([0-9]+)', 'gi');
export const ticketIDRegex = new RegExp('ticket #([0-9]+)', 'gi');
export const artistIDRegex = new RegExp('artist #([0-9]+)', 'gi');
export const appealIDRegex = new RegExp('appeal #([0-9]+)', 'gi');
const tagSearchRegex = '(?:[\\S]| )+?';
export const wikiLinkRegex = new RegExp(`\\[\\[(${tagSearchRegex})]]`, 'gi');