miao-plugin/config_default.js

12 lines
402 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 请将此文件复制一份,命名为 config.js 放置在miao-plugin的根目录
* 申请API Token请在Bot群内联系 @喵喵 或者 @九章
* */
export const config = {
miaoApi: {
api: "http://49.232.91.210:88/miaoPlugin/getRoleAll", // Miao APi 地址
qq: "", // 申请的主人qq
token: "" // 申请的token申请API Token请在Bot群内联系 @喵喵 或者 @九章
}
}