mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-30 11:24:45 +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>
|
||
|
|