Skip to content

Commit

Permalink
155kb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitslayn committed Jun 15, 2024
1 parent 030f229 commit 342d33b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/btw.bitslayn.channelIcons/src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { IconData, Settings } from "./types";
export const config = await settings.init<Settings>("btw.bitslayn.channelIcons");

async function fetchDataAndExtract(): Promise<IconData[]> {
const url = "https://github.com/Bitslayn/RepluggedPlugins/tree/main/assets/classicIcons.ts";
const url =
"https://raw.githubusercontent.com/Bitslayn/RepluggedPlugins/main/assets/classicIcons.ts";
try {
// Fetch CSS file
const response: Response = await fetch(url);
Expand Down

0 comments on commit 342d33b

Please sign in to comment.