Fix Canary crash. (#555)

This commit is contained in:
Strencher 2021-02-05 23:49:19 +01:00 committed by GitHub
parent 01453d8792
commit 618c8af51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import {settingsCookie} from "../0globals";
import BDV2 from "./v2";
import Utils from "./utils";
const ChannelStore = BDV2.WebpackModules.findByUniqueProperties(["getChannel", "getGuildChannels"]);
const ChannelStore = BDV2.WebpackModules.findByUniqueProperties(["getChannel", "getDMUserIds"]);
const GuildMemberStore = BDV2.WebpackModules.findByUniqueProperties(["getMember"]);
export default new class ColoredText {