mirror of
https://github.com/csd4ni3l/meow-bot.git
synced 2026-01-01 04:23:49 +01:00
fix optin and optout respond having mrkdown flag which doesnt exist
This commit is contained in:
4
app.py
4
app.py
@@ -93,7 +93,7 @@ def optin(ack, respond, command):
|
|||||||
file.write(json.dumps(optouts, indent=4))
|
file.write(json.dumps(optouts, indent=4))
|
||||||
|
|
||||||
respond(
|
respond(
|
||||||
text="You have succesfully opted back in owo >:3", mrkdwn=False
|
text="You have succesfully opted back in owo >:3"
|
||||||
)
|
)
|
||||||
|
|
||||||
@app.command("/optout")
|
@app.command("/optout")
|
||||||
@@ -106,7 +106,7 @@ def optout(ack, respond, command):
|
|||||||
file.write(json.dumps(optouts, indent=4))
|
file.write(json.dumps(optouts, indent=4))
|
||||||
|
|
||||||
respond(
|
respond(
|
||||||
text="You have succesfully opted out nyaaa >:c", mrkdwn=False
|
text="You have succesfully opted out nyaaa >:c"
|
||||||
)
|
)
|
||||||
|
|
||||||
@app.command("/catify")
|
@app.command("/catify")
|
||||||
|
|||||||
Reference in New Issue
Block a user