2
0
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:
Nick80835
2021-06-22 10:17:06 -04:00
parent ba439ab680
commit b6c5f972f7

View File

@@ -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")]
)