1.1.0-rc.1 • Published 4 months ago

alemon-onebot v1.1.0-rc.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months 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

4 months ago

1.1.0-rc.0

4 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago