Commit 9490544f authored by nanahira's avatar nanahira

fix

parent 262b0787
...@@ -27,8 +27,6 @@ app.plugin(ExtrasInDev); ...@@ -27,8 +27,6 @@ app.plugin(ExtrasInDev);
// Target plugin // Target plugin
app.plugin(TargetPlugin, { app.plugin(TargetPlugin, {
instances: [
{
cron: '*/5 * * * * *', cron: '*/5 * * * * *',
immediate: true, immediate: true,
paths: ['./dev/test-data.txt'], paths: ['./dev/test-data.txt'],
...@@ -39,8 +37,6 @@ app.plugin(TargetPlugin, { ...@@ -39,8 +37,6 @@ app.plugin(TargetPlugin, {
channels: [{ channelId: '#' }], channels: [{ channelId: '#' }],
}, },
], ],
},
],
}); });
app.start(); app.start();
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