Skip to content

Commit 3b05dc9

Browse files
author
Manuel
committed
fix: sorry
1 parent 4eed418 commit 3b05dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/handle-guild-message-creation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { MessageType } from 'discord.js';
44
const urlMappings = [
55
{
66
pattern: /https?:\/\/(mobile\.)?twitter\.com\/(\S+)\/status\/(\d+)/g,
7-
replacement: 'https://vxtwitter.com/$3',
7+
replacement: 'https://vxtwitter.com/$2/status/$3',
88
},
99
];
1010

0 commit comments

Comments
 (0)