From d5566268cc99b4a1d8cde0e71194b690c740224d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 20 May 2017 14:29:36 +0000 Subject: [PATCH] Don't advertise NSFW, Fixes --- html/carbonfeat.html | 1 - html/discordbots.html | 1 - package.json | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/html/carbonfeat.html b/html/carbonfeat.html index 4b29e042..75507c28 100644 --- a/html/carbonfeat.html +++ b/html/carbonfeat.html @@ -35,7 +35,6 @@
  • Random Roasts, Fortunes, and Compliments!
  • Random Fact Core Quotes!
  • Random Name Generation!
  • -
  • NSFW Commands!
  • Random XKCD Comics!
  • Roleplay Commands!
  • Search Various sites including:
  • diff --git a/html/discordbots.html b/html/discordbots.html index 911e8073..28bce22f 100644 --- a/html/discordbots.html +++ b/html/discordbots.html @@ -30,7 +30,6 @@
  • Random Roasts, Fortunes, and Compliments!
  • Random Fact Core Quotes!
  • Random Name Generation!
  • -
  • NSFW Commands!
  • Random XKCD Comics!
  • Roleplay Commands!
  • Search Various sites including:
  • diff --git a/package.json b/package.json index 31817f5f..7002d4a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "19.10.1", + "version": "19.10.0", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {