Skip to content

Commit

Permalink
feat: support koishi v4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Mar 5, 2024
1 parent 4239fec commit 503ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export function apply(ctx: Context) {
}

async function getTarot(ctx) {
let result = await ctx.http('get', 'http://api.tangdouz.com/tarot.php')
let result = await ctx.http.get('http://api.tangdouz.com/tarot.php')
return result
}

0 comments on commit 503ac59

Please sign in to comment.