mirror of
https://github.com/Nick80835/microbot
synced 2025-09-02 15:35:43 +00:00
remove useless link_preview arg
This commit is contained in:
@@ -17,8 +17,7 @@ async def start_cmd(event):
|
||||
await event.reply(
|
||||
f"Hi I'm {ldr.settings.get_config('bot_name') or 'μBot'}, use /help to see what commands I have!\n\n"
|
||||
"You can toggle NSFW commands using /nsfw [on|off] and suggest new features using /suggest [suggestion].",
|
||||
buttons=[Button.url("Creator", "https://t.me/Nick80835"), Button.url("Source", "https://github.com/Nick80835/microbot/tree/bot")],
|
||||
link_preview=False
|
||||
buttons=[Button.url("Creator", "https://t.me/Nick80835"), Button.url("Source", "https://github.com/Nick80835/microbot/tree/bot")]
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user