Skip to content

Commit

Permalink
BrandrdXMusic
Browse files Browse the repository at this point in the history
  • Loading branch information
WCGKING authored Sep 21, 2024
1 parent 9009b2e commit 14c87f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BrandrdXMusic/plugins/bot/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
@LanguageStart
async def start_pm(client, message: Message, _):
await add_served_user(message.from_user.id)
await message.react("❤ 🕊")
if len(message.text.split()) > 1:
name = message.text.split(None, 1)[1]
if name[0:4] == "help":
Expand Down

0 comments on commit 14c87f9

Please sign in to comment.