Merge pull request 'Remove unused import' (#25) from development into alpha

Reviewed-on: #25
This commit is contained in:
Erik 2024-11-11 10:57:51 +01:00
commit cfa0367250

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';