From e3456644971e89be9422a783c8ef095e64ec4ef9 Mon Sep 17 00:00:00 2001 From: Francisco Edilton Date: Thu, 19 Mar 2026 20:47:11 +0000 Subject: [PATCH 1/2] Fix URL --- autonomia/features/fuck_off.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autonomia/features/fuck_off.py b/autonomia/features/fuck_off.py index d53cf9f..b3c440c 100644 --- a/autonomia/features/fuck_off.py +++ b/autonomia/features/fuck_off.py @@ -3,7 +3,7 @@ from autonomia.core import bot_handler -FAAS_BASE_URL = "http://foaas.com/off" +FAAS_BASE_URL = "http://foaas.io/off" def cmd_faas(update: Update, context: CallbackContext): From 4c502974c90a7054bf7102aad829edde05eaf2bc Mon Sep 17 00:00:00 2001 From: Francisco Edilton Date: Thu, 19 Mar 2026 20:54:33 +0000 Subject: [PATCH 2/2] https --- autonomia/features/fuck_off.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autonomia/features/fuck_off.py b/autonomia/features/fuck_off.py index b3c440c..f1e0f18 100644 --- a/autonomia/features/fuck_off.py +++ b/autonomia/features/fuck_off.py @@ -3,7 +3,7 @@ from autonomia.core import bot_handler -FAAS_BASE_URL = "http://foaas.io/off" +FAAS_BASE_URL = "https://foaas.io/off" def cmd_faas(update: Update, context: CallbackContext):