mirror of
https://github.com/Nick80835/microbot
synced 2025-09-03 16:05:49 +00:00
rename force_hard_prefix to force_standard_prefix, oops
This commit is contained in:
@@ -54,7 +54,7 @@ async def help_cmd(event):
|
||||
await event.reply(f"{prefix_help}<b>Available commands:</b>\n\n{help_string}", parse_mode="html")
|
||||
|
||||
|
||||
@ldr.add("privacy", force_hard_prefix=True)
|
||||
@ldr.add("privacy", force_standard_prefix=True)
|
||||
async def privacy_policy(event):
|
||||
await event.reply(
|
||||
f"This bot (\"**{bot_name}**\") stores the IDs of chats in which it receives messages as well as configurations associated with those chats such as command prefixes and disabled commands. "
|
||||
|
Reference in New Issue
Block a user