From 51833e8483dd6f0f40c85db9a4bdce4542813e79 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 1 Jun 2020 20:35:11 -0400 Subject: [PATCH] 2 new fortunes, bug fixes --- Xiao.js | 1 - assets/json/fortune.json | 4 +++- assets/json/meme.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Xiao.js b/Xiao.js index 47855236..95089b11 100644 --- a/Xiao.js +++ b/Xiao.js @@ -53,7 +53,6 @@ client.on('ready', () => { client.activities.push( { text: () => `${formatNumber(client.guilds.cache.size)} servers`, type: 'WATCHING' }, { text: () => `with ${formatNumber(client.registry.commands.size)} commands`, type: 'PLAYING' }, - { text: () => `${formatNumber(client.users.cache.size)} users`, type: 'WATCHING' }, { text: () => `${formatNumber(client.channels.cache.size)} channels`, type: 'WATCHING' } ); client.setInterval(() => { diff --git a/assets/json/fortune.json b/assets/json/fortune.json index e2800f30..f49cf844 100644 --- a/assets/json/fortune.json +++ b/assets/json/fortune.json @@ -99,5 +99,7 @@ "How can you have a beautiful ending without making beautiful mistakes?", "Welcome the change coming into your life.", "You can open doors with your charm and patience.", - "You will eat pant today." + "You will eat pant today.", + "You will step on the soil of many countries in your lifetime.", + "You will make very many friends in the future." ] diff --git a/assets/json/meme.json b/assets/json/meme.json index cf6245e5..f0c9b79b 100644 --- a/assets/json/meme.json +++ b/assets/json/meme.json @@ -11,5 +11,5 @@ "prequelmemes", "mothmemes", "meme", - "PoliticalHumor" + "politicalhumor" ] diff --git a/package.json b/package.json index 1447a5d7..34306e37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "115.1.4", + "version": "115.1.5", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {