Commit ae784fda authored by nanahira's avatar nanahira

gocq

parent d4290acb
Pipeline #6853 passed with stages
in 1 minute and 34 seconds
adapter:
bots:
- protocol: 'ws'
endpoint: 'ws://127.0.0.1:6700'
selfId: '2222222222'
token: 'token'
koishiOptions:
commandPrefix: '.'
adminIds:
- '1111111111'
app:
......@@ -4,4 +4,4 @@ set -o errexit
wget -O go-cqhttp.exe https://github.com/Mrs4s/go-cqhttp/releases/latest/download/go-cqhttp_windows_amd64.exe
7z a -mx9 target.7z config.yml launch.bat koishi.exe go-cqhttp.exe readme.txt "$@"
7z a -mx9 target.7z config.yml app-config.yaml koishi.exe go-cqhttp.exe readme.txt "$@"
@echo off
set ONEBOT_HOST=ws://127.0.0.1:6700
set ONEBOT_ID=2222222222
set ONEBOT_TOKEN=JdkTapiX8sjKmeYeIT4qt0DIhtCa0fdxa
set COMMAND_PREFIX=.
set ADMIN_ID=11111111
set KZ_DATA=data.txt
set KZ_ADMIN=11111111
set KZ_ENCODING=utf8
app.exe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment