mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
2 new fortunes, bug fixes
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
@@ -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."
|
||||
]
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"prequelmemes",
|
||||
"mothmemes",
|
||||
"meme",
|
||||
"PoliticalHumor"
|
||||
"politicalhumor"
|
||||
]
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "115.1.4",
|
||||
"version": "115.1.5",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user