mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
ffs
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ client.registry
|
|||||||
|
|
||||||
client.on('ready', () => {
|
client.on('ready', () => {
|
||||||
console.log(`[READY] Shard ${client.shard.id} Logged in as ${client.user.tag} (${client.user.id})!`);
|
console.log(`[READY] Shard ${client.shard.id} Logged in as ${client.user.tag} (${client.user.id})!`);
|
||||||
client.user.setGame(`${PREFIX}help | Shard ${client.shard.id}`);
|
client.user.setGame(`${COMMAND_PREFIX}help | Shard ${client.shard.id}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on('disconnect', event => {
|
client.on('disconnect', event => {
|
||||||
|
|||||||
Reference in New Issue
Block a user