mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Migrate most of the Client Data Store to Clien
This commit is contained in:
@@ -12,7 +12,7 @@ class GuildUpdateAction extends Action {
|
||||
|
||||
handle(data) {
|
||||
const client = this.client;
|
||||
const guild = client.store.get('guilds', data.id);
|
||||
const guild = client.guilds.get(data.id);
|
||||
|
||||
if (guild) {
|
||||
const oldGuild = cloneObject(guild);
|
||||
|
||||
Reference in New Issue
Block a user