mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-02-18 22:47:46 +08:00
18 lines
360 B
Markdown
18 lines
360 B
Markdown
---
|
|
title: liteyuki.plugins.liteecho
|
|
---
|
|
### `@on_startswith(['liteecho'], rule=is_su_rule).handle()`
|
|
### *async func* `liteecho()`
|
|
|
|
|
|
<details>
|
|
<summary> <b>源代码</b> </summary>
|
|
|
|
```python
|
|
@on_startswith(['liteecho'], rule=is_su_rule).handle()
|
|
async def liteecho(event: MessageEvent):
|
|
event.reply(event.raw_message.strip()[8:].strip())
|
|
```
|
|
</details>
|
|
|