mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-06-06 12:26:38 +00: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"
|