2
0
mirror of https://github.com/Nick80835/microbot synced 2025-09-02 07:25:38 +00:00

fix spoilernsfw hint

This commit is contained in:
Nick80835
2023-02-05 11:34:48 -05:00
parent 7bd2aa02ca
commit 6c12cd30db

View File

@@ -175,7 +175,7 @@ async def spoiler_nsfw_toggle(event):
else:
current_config = 'Off'
await event.reply(f"Syntax: {event.prefix}nsfw (on|off)\nCurrent config for this chat: {current_config}")
await event.reply(f"Syntax: {event.prefix}spoilernsfw (on|off)\nCurrent config for this chat: {current_config}\nDisclaimer: This may not always function as expected.")
return
if event.args == "on":