Commit 9490544f authored by nanahira's avatar nanahira

fix

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