fix: hotfix
This commit is contained in:
parent
0826eb5898
commit
60db714a32
@ -95,7 +95,7 @@ public class PrepareUserService(ITelegramBotClient bot, User.UserClient userClie
|
|||||||
|
|
||||||
await _bot.SendMessage(
|
await _bot.SendMessage(
|
||||||
update.Message.From.Id,
|
update.Message.From.Id,
|
||||||
string.Format(TextResource.AskForAuth, [url]),
|
string.Format(TextResource.AskForAuth, [url.RegistrationUrl]),
|
||||||
cancellationToken: ct);
|
cancellationToken: ct);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user