mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user