Commit 51ae2f94 authored by nanahira's avatar nanahira

fix

parent 425ebfd2
......@@ -27,18 +27,14 @@ app.plugin(ExtrasInDev);
// Target plugin
app.plugin(TargetPlugin, {
instances: [
cron: '*/5 * * * * *',
immediate: true,
tags: ['sakura'],
targets: [
{
cron: '*/5 * * * * *',
immediate: true,
tags: ['sakura'],
targets: [
{
bot: 'sandbox:koishi',
users: ['Alice', 'Bob'],
channels: [{ channelId: '#' }],
},
],
bot: 'sandbox:koishi',
users: ['Alice', 'Bob'],
channels: [{ channelId: '#' }],
},
],
});
......
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