mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 03:05:25 +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"
|