diff --git a/commands/other/screenshot.js b/commands/other/screenshot.js index c0cc6bcf..4a98fbfe 100644 --- a/commands/other/screenshot.js +++ b/commands/other/screenshot.js @@ -62,7 +62,7 @@ module.exports = class ScreenshotCommand extends Command { const { text } = await request.get('https://raw.githubusercontent.com/blocklistproject/Lists/master/porn.txt'); this.pornList = text.split('\n') .filter(site => site && !site.startsWith('#')) - .map(site => site.replace(/^(0.0.0.0 )/, '')); // eslint-disable-line no-control-regex + .map(site => site.replace(/^(0.0.0.0 )/, '')); // eslint-disable-line no-control-regex return this.pornList; } }; diff --git a/package.json b/package.json index a5d15faf..ea4ef34d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.34.4", + "version": "119.34.5", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {