Change avatar data to a CSV file

This commit is contained in:
KingRainbow44
2023-04-06 18:45:47 -04:00
parent bb20d0fd80
commit 5fe304d2e8
2 changed files with 12 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import avatars from "@data/avatars.json";
import commands from "@data/commands.json";
import avatars from "@data/avatars.csv";
import items from "@data/items.csv";
import type { Command, Avatar, Item } from "@backend/types";