mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-31 15:01:01 +00:00
build(Needs bump): update dependencies
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { EmbedBuilder } from 'discord.js'
|
||||
|
||||
import { ModerationCommand } from '$/classes/Command'
|
||||
import CommandError, { CommandErrorType } from '$/classes/CommandError'
|
||||
import { applyCommonEmbedStyles } from '$/utils/discord/embeds'
|
||||
import { EmbedBuilder } from 'discord.js'
|
||||
|
||||
export default new ModerationCommand({
|
||||
name: 'purge',
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
import { createSuccessEmbed } from '$/utils/discord/embeds'
|
||||
import { durationToString, parseDuration } from '$/utils/duration'
|
||||
|
||||
import { ModerationCommand } from '$/classes/Command'
|
||||
import CommandError, { CommandErrorType } from '$/classes/CommandError'
|
||||
import { createSuccessEmbed } from '$/utils/discord/embeds'
|
||||
import { durationToString, parseDuration } from '$/utils/duration'
|
||||
import { ChannelType } from 'discord.js'
|
||||
|
||||
export default new ModerationCommand({
|
||||
|
||||
Reference in New Issue
Block a user