mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Remove all data stores! Move to maps
This commit is contained in:
@@ -4,7 +4,7 @@ class ChannelCreateAction extends Action {
|
||||
|
||||
handle(data) {
|
||||
const client = this.client;
|
||||
const channel = client.store.newChannel(data);
|
||||
const channel = client.dataManager.newChannel(data);
|
||||
|
||||
return {
|
||||
channel,
|
||||
|
||||
Reference in New Issue
Block a user