mirror of
https://github.com/csd4ni3l/meow-bot.git
synced 2026-01-01 04:23:49 +01:00
change command names of optin and optout
This commit is contained in:
4
app.py
4
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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user