Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Sep 24, 2024
1 parent 181a801 commit d3e5bde
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Setup.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
/* eslint-disable require-await */
/* eslint-disable no-console */
import chalk from 'chalk';
import {
ApplicationEmoji,
Client,
ClientApplication,
GatewayIntentBits,
OAuth2Scopes,
PermissionsBitField
} from 'discord.js';
import { ApplicationEmoji, Client, GatewayIntentBits, OAuth2Scopes, PermissionsBitField } from 'discord.js';
import { confirm, input, number, password } from '@inquirer/prompts';
import { existsSync, readdirSync, unlinkSync, writeFileSync } from 'fs';
const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
Expand Down

0 comments on commit d3e5bde

Please sign in to comment.