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