diff --git a/userbot/modules/salam.py b/userbot/modules/salam.py index c138b558..453db8d9 100644 --- a/userbot/modules/salam.py +++ b/userbot/modules/salam.py @@ -10,25 +10,25 @@ @register(outgoing=True, pattern='^.P(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("Assalamu'alaikum") + await typew.edit("Assalamu'alaikum My Brother") @register(outgoing=True, pattern='^.p(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("Assalamu'alaikum") + await typew.edit("Assalamu'alaikum My Brother") @register(outgoing=True, pattern='^.L(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("Wa'alaikumussalam") + await typew.edit("Wa'alaikumussalam My Brother") @register(outgoing=True, pattern='^.l(?: |$)(.*)') async def typewriter(typew): typew.pattern_match.group(1) - await typew.edit("Wa'alaikumussalam") + await typew.edit("Wa'alaikumussalam My Brother") CMD_HELP.update({