We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eed418 commit 3b05dc9Copy full SHA for 3b05dc9
src/handlers/handle-guild-message-creation.ts
@@ -4,7 +4,7 @@ import { MessageType } from 'discord.js';
4
const urlMappings = [
5
{
6
pattern: /https?:\/\/(mobile\.)?twitter\.com\/(\S+)\/status\/(\d+)/g,
7
- replacement: 'https://vxtwitter.com/$3',
+ replacement: 'https://vxtwitter.com/$2/status/$3',
8
},
9
];
10
0 commit comments