掷骰子 扔骰子小工具。 使用 import nonebot from nonebot . adapters . cqhttp import Bot as CQHTTPBot nonebot . init ( _env_file = ".env" ) driver = nonebot . get_driver () driver . register_adapter ( "cqhttp" , CQHTTPBot ) nonebot . load_builtin_plugins () # load other plugins nonebot . load_plugin ( "nonebot_plu