mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Remove unused const
This commit is contained in:
parent
5037a49faa
commit
e9ca9303aa
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ const ChannelMemberStore = findStoreLazy("ChannelMemberStore") as FluxStore & {
|
||||||
};
|
};
|
||||||
const VoiceStates = findByPropsLazy("getVoiceStatesForChannel");
|
const VoiceStates = findByPropsLazy("getVoiceStatesForChannel");
|
||||||
const chino = "https://i.imgur.com/Dsa2rQy.png";
|
const chino = "https://i.imgur.com/Dsa2rQy.png";
|
||||||
const shiggy = "https://i.imgur.com/MgUzhs0.gif";
|
|
||||||
const wysi = "https://i.imgur.com/uKtXde9.gif";
|
const wysi = "https://i.imgur.com/uKtXde9.gif";
|
||||||
|
|
||||||
async function getApplicationAsset(key: string): Promise<string> {
|
async function getApplicationAsset(key: string): Promise<string> {
|
||||||
|
|
Loading…
Reference in a new issue