mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
Bugfix
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ client.registry
|
||||
|
||||
client.on('ready', () => {
|
||||
console.log(`[READY] Shard ${client.shard.id} logged in as ${client.user.tag}! (${client.user.id})`);
|
||||
client.setActivity(`${COMMAND_PREFIX}help for commands`);
|
||||
client.user.setActivity(`${COMMAND_PREFIX}help for commands`);
|
||||
});
|
||||
|
||||
client.on('disconnect', event => {
|
||||
|
||||
Reference in New Issue
Block a user