1.1.0-rc.1 • Published 1 year ago

alemon-onebot v1.1.0-rc.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Alemon-Onebot

AlemonJS V1.2.0-rc.20 以上

npm i alemon-onebot

alemon.login.ts

import { ALoginOptions } from 'alemonjs'
import { OneBotLoginMap } from 'alemon-onebot'
export default ALoginOptions<OneBotLoginMap>({
  test: {
    onebot: {
      url: ''
    }
  }
})

alemon.config.ts

import { defineAlemonConfig, analysis } from 'alemonjs'
import OneBot from 'alemon-onebot'
export default defineAlemonConfig({
  // onebot v12
  platforms: [OneBot]
})
1.1.0-rc.1

1 year ago

1.1.0-rc.0

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago