diff --git a/commands/other/screenshot.js b/commands/other/screenshot.js index 2af8583f..c0cc6bcf 100644 --- a/commands/other/screenshot.js +++ b/commands/other/screenshot.js @@ -63,6 +63,6 @@ module.exports = class ScreenshotCommand extends Command { this.pornList = text.split('\n') .filter(site => site && !site.startsWith('#')) .map(site => site.replace(/^(0.0.0.0 )/, '')); // eslint-disable-line no-control-regex - return this.postList; + return this.pornList; } };