change command names of optin and optout

This commit is contained in:
csd4ni3l
2025-12-15 17:56:53 +01:00
parent 010f3bca0d
commit 9d6500f805

4
app.py
View File

@@ -83,7 +83,7 @@ def generate_quack_blocks():
} }
] ]
@app.command("/optin") @app.command("/meowbot-optin")
def optin(ack, respond, command): def optin(ack, respond, command):
ack() ack()
@@ -96,7 +96,7 @@ def optin(ack, respond, command):
text="You have succesfully opted back in owo >:3" text="You have succesfully opted back in owo >:3"
) )
@app.command("/optout") @app.command("/meowbot-optout")
def optout(ack, respond, command): def optout(ack, respond, command):
ack() ack()