2 new fortunes, bug fixes

This commit is contained in:
Dragon Fire
2020-06-01 20:35:11 -04:00
parent 25473003c0
commit 51833e8483
4 changed files with 5 additions and 4 deletions
-1
View File
@@ -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(() => {
+3 -1
View File
@@ -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."
]
+1 -1
View File
@@ -11,5 +11,5 @@
"prequelmemes",
"mothmemes",
"meme",
"PoliticalHumor"
"politicalhumor"
]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "115.1.4",
"version": "115.1.5",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {