Fix markdown parsing and blacklisted appeals

This commit is contained in:
Tarrgon
2026-06-14 15:22:50 -04:00
parent 80d94c9d21
commit 81729388fc
9 changed files with 142 additions and 156 deletions
-1
View File
@@ -50,7 +50,6 @@ const regexTesters = [
const uniqueRegexMatches = (g, i, a) => a.findIndex(v => v[1] == g[1]) == i;
export async function handleMessageCreate(message: Message) {
console.log('message created');
if (message.author.bot) return;
if (message.inGuild()) await Database.putMessage(message);