mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix those Changes
This commit is contained in:
@@ -139,7 +139,7 @@ client.on('disconnect', () => {
|
||||
|
||||
client.once('ready', () => {
|
||||
console.log('[Ready] Logged in!');
|
||||
client.user.setGame(";help | dragonfire535".split("").reverse().join(""));
|
||||
client.user.setGame(";help | dragonfire535");
|
||||
});
|
||||
|
||||
process.on('unhandledRejection', console.error);
|
||||
|
||||
Reference in New Issue
Block a user