From 0d6c4aa5d5c7fb0b696a44933697b4552fd99505 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 13 May 2024 16:05:09 -0400 Subject: [PATCH] Fix yoda for real --- commands/edit-text/yoda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-text/yoda.js b/commands/edit-text/yoda.js index f81633b4..de0d0541 100644 --- a/commands/edit-text/yoda.js +++ b/commands/edit-text/yoda.js @@ -32,7 +32,7 @@ module.exports = class YodaCommand extends Command { data.append('YodaMe', message); data.append('go', 'Convert+to+Yoda+Speak!'); const { text } = await request - .post('http://yodaspeak.co.uk/index.php#mainform') + .post('https://yodaspeak.co.uk/index.php#mainform') .send(data, true) .set({ 'Content-Type': 'application/x-www-form-urlencoded' }); const $ = cheerio.load(text);