From b095d5ce3a045cc22f5d7fa67f2042c1ed01a2d0 Mon Sep 17 00:00:00 2001 From: Supositware Date: Tue, 26 Dec 2023 16:39:42 +0100 Subject: [PATCH] use vxtwitter --- commands/fun/tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/tweet.js b/commands/fun/tweet.js index 81822b6..9fda9ab 100644 --- a/commands/fun/tweet.js +++ b/commands/fun/tweet.js @@ -167,7 +167,7 @@ export default { const tweetid = tweeted.data.id; const FunnyWords = ['oppaGangnamStyle', '69', '420', 'cum', 'funnyMan', 'GUCCISmartToilet', 'TwitterForClowns', 'fart', 'ok', 'hi', 'howAreYou', 'WhatsNinePlusTen', '21']; - const TweetLink = `https://twitter.com/${FunnyWords[Math.floor((Math.random() * FunnyWords.length))]}/status/${tweetid}`; + const TweetLink = `https://vxtwitter.com/${FunnyWords[Math.floor((Math.random() * FunnyWords.length))]}/status/${tweetid}`; let channel = await client.channels.resolve(twiChannel); channel.send(TweetLink);