继 MoonQQBot 后又一次的折腾历程
对 Bot 输入 /start 或 /help 查看所有指令集
git clone 本仓库, npm install, 然后 node index.js
第一次运行会生成配置文件, 配置完成后重新运行即可使用
Copyright 2024-2025 MoonLeeeaf
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{ // Telegram Bot 令牌 "token": "", // Socks 代理地址, 例如 socks://127.0.0.1:10808 留空禁用 "socks_proxy": null }