From 9d6500f8059779ebce8817e98eb84d9b6dba014c Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Mon, 15 Dec 2025 17:56:53 +0100 Subject: [PATCH] change command names of optin and optout --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index f92d270..1348a2e 100644 --- a/app.py +++ b/app.py @@ -83,7 +83,7 @@ def generate_quack_blocks(): } ] -@app.command("/optin") +@app.command("/meowbot-optin") def optin(ack, respond, command): ack() @@ -96,7 +96,7 @@ def optin(ack, respond, command): text="You have succesfully opted back in owo >:3" ) -@app.command("/optout") +@app.command("/meowbot-optout") def optout(ack, respond, command): ack()