@command(name=".")
async def bet(self, ctx, member=None):
user = await self.bot.fetch_user(ctx.from_id)
name = await basa.register.main().chekc_name(user)
if member is None:
kiss = await self.bot.user_vk_request('photos.get', owner_id=-GROUP, album_id=279913606)
await ctx.send(f"[id{user.id}|{name}]", attachment=kiss)
print(kiss['response']['items'][0])
else:
await ctx.send(f"[@id{user.id}|{name}] . {member}", attachment=random.choice(ald))