mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-22 18:45:26 +08:00
5 lines
109 B
Python
5 lines
109 B
Python
RECEIVE_KEY = "_receive_{id}"
|
|
ARG_KEY = "_arg_{key}"
|
|
ARG_STR_KEY = "{key}"
|
|
REJECT_TARGET = "_current_target"
|