.-.
This commit is contained in:
parent
bb3d582f61
commit
33c82f4e81
@ -17,13 +17,13 @@ const checkUpdate = async () => {
|
|||||||
if (lastest_tag !== Discord.version) {
|
if (lastest_tag !== Discord.version) {
|
||||||
return console.log(`${chalk.yellowBright(
|
return console.log(`${chalk.yellowBright(
|
||||||
'[WARNING]',
|
'[WARNING]',
|
||||||
)} New Discord.js-selfbot-v13 Stable version.
|
)} New Discord.js-selfbot-v13 version.
|
||||||
${chalk.redBright(Discord.version)} => ${chalk.greenBright(lastest_tag)}`);
|
Old Version: ${chalk.redBright(Discord.version)} => New Version: ${chalk.greenBright(lastest_tag)}`);
|
||||||
}
|
}
|
||||||
return console.log(
|
return console.log(
|
||||||
`${chalk.greenBright(
|
`${chalk.greenBright(
|
||||||
'[OK]',
|
'[OK]',
|
||||||
)} Discord.js-selfbot-v13 [Stable] is up to date. Version: ${chalk.blueBright(
|
)} Discord.js-selfbot-v13 is up to date. Version: ${chalk.blueBright(
|
||||||
Discord.version,
|
Discord.version,
|
||||||
)}`,
|
)}`,
|
||||||
);
|
);
|
||||||
|
@ -103,7 +103,7 @@ class ClientUserSettingManager extends CachedManager {
|
|||||||
this.showEmojiReactions = data.render_reactions;
|
this.showEmojiReactions = data.render_reactions;
|
||||||
}
|
}
|
||||||
if ('custom_status' in data) {
|
if ('custom_status' in data) {
|
||||||
this.customStatus = data.custom_status || {};
|
this.customStatus = data.custom_status || {}; // Thanks PinkDuwc._#3443 reported this issue
|
||||||
this.customStatus.status = data.status;
|
this.customStatus.status = data.status;
|
||||||
}
|
}
|
||||||
if ('guild_folders' in data) {
|
if ('guild_folders' in data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user