nonebot2/nonebot/consts.py
2021-12-12 18:19:08 +08:00

5 lines
109 B
Python

RECEIVE_KEY = "_receive_{id}"
ARG_KEY = "_arg_{key}"
ARG_STR_KEY = "{key}"
REJECT_TARGET = "_current_target"