Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Create test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari-Arimaniac committed Nov 8, 2020
1 parent 637d976 commit 2dbce18
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
const ContextBuilder = require('sb-qq-bot-framework/lib/contextBuilder')
const admins = require('./admins')
const path = require('path')
const appDir = path.dirname(require.main.filename)

module.exports = [
{
for: ContextBuilder((app) => app.user(879724291), 'any'),
use: [
{
type: 'node_module',
require: 'koishi-plugin-blame',
subPlugin: 'v2',
options: {
send: {
private: [879724291]
}
}
}
]
}
]

0 comments on commit 2dbce18

Please sign in to comment.