refactor: Restructure names, keys and descs of triggers and actions

This commit is contained in:
Faruk AYDIN
2022-11-01 22:32:41 +01:00
parent 802a9bd2e2
commit e57122c4ff
24 changed files with 42 additions and 42 deletions

View File

@@ -3,9 +3,9 @@ import myFollowers from './my-followers';
export default defineTrigger({
name: 'New follower of me',
key: 'myFollowers',
key: 'newFollowerOfMe',
pollInterval: 15,
description: 'Will be triggered when you have a new follower.',
description: 'Triggers when you have a new follower.',
async run($) {
await myFollowers($);