mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
chore: fix leftover eslint exceptions
This commit is contained in:
@@ -4,7 +4,6 @@ import Discord, { Interaction, Constants } from 'discord.js';
|
||||
import { deploy } from './deploy';
|
||||
import { interactionHandlers } from './interactions';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
|
||||
const { token } = require('../auth.json') as { token: string };
|
||||
|
||||
const client = new Discord.Client({
|
||||
|
||||
Reference in New Issue
Block a user