refactor: npx knip

This commit is contained in:
Jacob Nguyen
2023-05-23 11:12:54 -05:00
parent 63e0daac16
commit 4d1e6f2a71
8 changed files with 11 additions and 258 deletions

View File

@@ -1,7 +1,6 @@
import { afterEach, describe, it, vi } from "vitest";
import { afterEach, describe, expect, it, vi } from "vitest";
import { PluginType, SernOptionsData, controller } from '../../src/index'
import { partitionPlugins, treeSearch } from "../../src/core/functions";
import { expect } from "chai";
import { faker } from '@faker-js/faker';
import { ApplicationCommandOptionType, AutocompleteInteraction } from "discord.js";