nonebot2/nonebot/consts.py

5 lines
109 B
Python
Raw Normal View History

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