cleanup music search + actually compile subdirectories with tsc 😭
This commit is contained in:
parent
bdec64a050
commit
f76984fa7d
16 changed files with 63 additions and 55 deletions
|
|
@ -8,8 +8,8 @@ import {
|
|||
InteractionContextType,
|
||||
SlashCommandBuilder
|
||||
} from "discord.js";
|
||||
import { Config } from "../config.ts";
|
||||
import sharp, { SharpInput } from "sharp";
|
||||
import { type Config } from "../config.ts";
|
||||
import sharp, { type SharpInput } from "sharp";
|
||||
import * as path from 'path';
|
||||
import { Canvas, loadImage } from "canvas";
|
||||
import { readdir, readFile } from "fs/promises";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue