Skip to content

Commit

Permalink
🧶 Fixed eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
wiki-Bird committed Nov 14, 2023
1 parent 57c867c commit b7ed2dd
Show file tree
Hide file tree
Showing 2 changed files with 2,810 additions and 2,834 deletions.
1 change: 1 addition & 0 deletions src/commands/convert.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Command from '../types/Command';
import { MessageEmbed } from 'discord.js';
import { SlashCommandBuilder } from '@discordjs/builders';
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { DateTime } = require('luxon');
require('luxon-parser');

Expand Down
Loading

0 comments on commit b7ed2dd

Please sign in to comment.