mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix lint
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = class MemePosterClient extends WebhookClient {
|
|||||||
|
|
||||||
this.subreddits = options.subreddits;
|
this.subreddits = options.subreddits;
|
||||||
this.postTypes = options.postTypes;
|
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) {
|
post(post) {
|
||||||
|
|||||||
Reference in New Issue
Block a user