This commit is contained in:
Dragon Fire
2020-05-08 16:35:42 -04:00
parent 31d43b2ec2
commit f5f97e2e7d
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = class MemePosterClient extends WebhookClient {
this.subreddits = options.subreddits;
this.postTypes = options.postTypes;
this.postInterval = options.postInterval ? Number.parseFloat(options.postInterval) : 3.6e+6;
this.postInterval = options.postInterval ? Number.parseFloat(options.postInterval) : 3.6e+6;
}
post(post) {