mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix game name
This commit is contained in:
@@ -103,7 +103,7 @@ client.on('guildDelete', guild => {
|
||||
|
||||
client.setInterval(()=>{
|
||||
let games = ["with a cardboard box", "with Rem", "with my cat", "in the fridge", "in ", " servers", "with dragonfire535", "at the Inn", "with your heart", "with a knife", "with a murderous cow", ";help | dragonfire535", "with Cleverbot", "like a pirate", "with all my games", "against Miki"][Math.floor(Math.random() * 14)];
|
||||
Manager.broadcastEval("client.user.setGame(games)");
|
||||
client.shard.broadcastEval("client.user.setGame(games)");
|
||||
}, 300000);
|
||||
|
||||
client.once('ready', () => {
|
||||
|
||||
Reference in New Issue
Block a user