Update ClientUserSettingManager.js

This commit is contained in:
March 7th 2022-03-21 10:50:14 +07:00
parent 9307497a0a
commit ec9428f9c2

View File

@ -130,7 +130,6 @@ class ClientUserSettingManager extends CachedManager {
if (this.client.bot) throw new Error('INVALID_BOT_METHOD'); if (this.client.bot) throw new Error('INVALID_BOT_METHOD');
try { try {
const data = await this.client.api.users('@me').settings.get(); const data = await this.client.api.users('@me').settings.get();
console.log(data);
this._patch(data); this._patch(data);
return this; return this;
} catch (e) { } catch (e) {