> For the complete documentation index, see [llms.txt](https://docs.logthm.com/roll-bot-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logthm.com/roll-bot-project/en-us/roll/manual-drawing.md).

# 手动开奖

```
/roll end [抽奖编号]
or
/roll draw [抽奖编号]
```

> Pickup numbers are not required. Leave empty to manually award

## Permissions

To manually launch the award, you must be [抽奖创建人](/roll-bot-project/en-us/permission/roll-creator.md) or [Bot管理员](/roll-bot-project/en-us/permission/bot-admin.md)

If `allowGuildAdminEnd` is enabled in the settings, then [频道管理员](/roll-bot-project/en-us/permission/channel-admin.md) can also be used manually

## Localization & Alias

This command can also be triggered by

```
/r end [抽奖编号]
/r draw [抽奖编号]

/award [抽奖编号]
```


---

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

```
GET https://docs.logthm.com/roll-bot-project/en-us/roll/manual-drawing.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.
