@ -14,6 +14,8 @@ class Extension:
profile : str
profile : str
) :
) :
await interaction . response . defer ( thinking = True , ephemeral = True )
await interaction . response . defer ( thinking = True , ephemeral = True )
return await interaction . followup . send ( f ' Для этого перейди сюда и проделай что нужно https://tf2.pblr-nyk.pro/authentication_discord.html \n Затем перезайди на сервер дискорда ' , ephemeral = True )
try :
try :
steam64 = await core . GetSteam64OfDiscord ( interaction . user , True )
steam64 = await core . GetSteam64OfDiscord ( interaction . user , True )
return await interaction . followup . send ( ' У тебя уже привязан профиль, стоит его для начала отвязать перед новой привязкой ' , ephemeral = True )
return await interaction . followup . send ( ' У тебя уже привязан профиль, стоит его для начала отвязать перед новой привязкой ' , ephemeral = True )