> For the complete documentation index, see [llms.txt](https://kyles-project.gitbook.io/baza-znanii-igrokov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kyles-project.gitbook.io/baza-znanii-igrokov/last-news/2026/14-fevralya.md).

# 14 февраля

День святого Валентина

### День влюбленных:heart:

В этот знаменательный день Вы обрели возможность выразить свою симпатию к иным игрокам проекта!

#### Как это работает?

Достаточно просто ввести команду /send-valentine в любом канале нашего сервера и заполнить поля, где:

1. user — пользователь, которому вы хотите отправить валентинку
2. content — ваше послание игроку, которому вы симпатизируете
3. is\_secret — значение, обозначающее, будет ли ваша валентинка анонимна
   1. Значение true — валентинка будет анонимна
   2. Значение false — валентинка не будет анонимна

<figure><img src="https://2063830237-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNqXMCJMhbTtt20GSszxH%2Fuploads%2Fgit-blob-476401cdf4c3f6c00f25ded3ce72233d300bf4ec%2Fvalentine%20bot%20slash-command.png?alt=media" alt=""><figcaption></figcaption></figure>

В самом конце, перед отправкой, у Вас появится возможность отправить вложение вместе с валентинкой. Этот этап опциональный.

#### Как понять, была ли Вам отправлена валентинка?:revolving\_hearts:

Вам придет сообщение от Discord бота нашего проекта — **KylesCupid**

<figure><img src="https://2063830237-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNqXMCJMhbTtt20GSszxH%2Fuploads%2Fgit-blob-53e2ad6db4cbf7c80e85132445dcefe99f4e6d03%2Fvalentine%20bot%20preview.png?alt=media" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Предупреждение**

Отправка валентинок другим участникам проекта не должна нарушать правила нашего сервера!
{% endhint %}

### Новые акции:money\_with\_wings:

С 14 по 17 февраля на все донаты проекта будет действовать **скидка в 30%** в честь дня святого Валентина!

Приобрести донат Вы можете на [сайте нашего проекта Kyle's Project](https://kyles.ru/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kyles-project.gitbook.io/baza-znanii-igrokov/last-news/2026/14-fevralya.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
