Remove unused import

This commit is contained in:
Erik 2024-11-11 11:57:00 +02:00
parent 2a9aef7d1e
commit caffeb4ee8

View File

@ -23,7 +23,6 @@ import { EmbedLimits, ZeroWidthChar } from '../../../constants/Constants.js';
import { ObjectId } from 'mongodb';
import { AttachmentData, MessageLogEntry } from '../../../../@types/Guild.js';
import { stripIndents } from 'common-tags';
import moment from 'moment';
import { inspect } from 'util';