Fix plugin stars limit
This commit is contained in:
@@ -210,7 +210,7 @@
|
|||||||
info(`Tweets ${option}`, q[`tweets.${option}`] = input.number(`plugin_tweets_${option}`))
|
info(`Tweets ${option}`, q[`tweets.${option}`] = input.number(`plugin_tweets_${option}`))
|
||||||
}
|
}
|
||||||
//Stars
|
//Stars
|
||||||
if (plugins.posts.enabled) {
|
if (plugins.stars.enabled) {
|
||||||
for (const option of ["limit"])
|
for (const option of ["limit"])
|
||||||
info(`Stars ${option}`, q[`stars.${option}`] = input.number(`plugin_stars_${option}`))
|
info(`Stars ${option}`, q[`stars.${option}`] = input.number(`plugin_stars_${option}`))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user