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