chore: repo cleanup

This commit is contained in:
iCrawl
2021-10-28 02:01:19 +02:00
parent bdd841a1e7
commit aa532946c9
10 changed files with 1684 additions and 1664 deletions

View File

@@ -1,4 +1,4 @@
import {
import type {
APIGuildMember,
APIInteractionGuildMember,
APIMessage,
@@ -42,7 +42,6 @@ import {
GuildMember,
GuildResolvable,
GuildTextBasedChannel,
GuildTextChannelResolvable,
Intents,
Interaction,
InteractionCollector,
@@ -78,7 +77,7 @@ import {
User,
VoiceChannel,
} from '.';
import { ApplicationCommandOptionTypes } from './enums';
import type { ApplicationCommandOptionTypes } from './enums';
const client: Client = new Client({
intents: Intents.FLAGS.GUILDS,