[Metro > Common] Tidy and type

This commit is contained in:
Beef 2022-10-22 18:59:01 +01:00
parent 4551b3d553
commit c494caf421
2 changed files with 22 additions and 13 deletions

View file

@ -1,7 +1,7 @@
import { findByProps } from "@metro/filters";
// Discord
export const Constants = findByProps("API_HOST");
export const constants = findByProps("API_HOST");
export const channels = findByProps("getVoiceChannelId");
export const i18n = findByProps("Messages");