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