# 介绍

Verbal Warning Logger 是一个使用 discord.py 构建的 Discord 管理机器人，帮助服务器工作人员跟踪、搜索和管理向用户发出的口头警告。所有内容都本地存储在 SQLite 中——核心功能不需要外部数据库。

## 功能介绍

* **记录口头警告** 包含原因、证据链接以及负责的管理员
* **搜索并分页查看** 按用户筛选的完整警告历史
* **编辑或删除** 通过简洁的模态界面对单个警告进行操作
* **查看排行榜** 最常被警告的用户或最活跃的管理员
* **导入历史处罚** 通过 Supabase 从 Auttaja 机器人导入
* **运行工作人员评估投票** 支持匿名投票、投票限制和可复用模板
* **批量获取 ID** 用于频道、角色和用户

## 导航

| 章节                                         | 描述                |
| ------------------------------------------ | ----------------- |
| [使用方法](/zh/shi-yong-fang-fa/how-to-use.md) | 面向管理员和工作人员的逐条命令指南 |
| [自托管](/zh/zi-tuo-guan/self-hosting.md)     | 如何部署你自己的实例        |
| [命令参考](/zh/can-kao/commands.md)            | 所有命令的快速参考表        |
| [数据库架构](/zh/can-kao/database-schema.md)    | 两个 SQLite 数据库的表定义 |

## 许可证

MIT — © 2026 Augy Studios


---

# Agent Instructions: 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:

```
GET https://docs.vigila.augystudios.com/zh/gai-shu/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
