Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasB25 committed Aug 19, 2024
1 parent 8c702e3 commit b29a4a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"signale": "^1.4.0",
"topgg-autoposter": "^2.0.2",
"tslib": "^2.6.3",
"undici": "^6.19.7"
"undici": "^6.19.8"
},
"signale": {
"displayScope": true,
Expand Down
4 changes: 2 additions & 2 deletions src/events/client/MessageCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import {
ButtonStyle,
ChannelType,
Collection,
type Message,
EmbedBuilder,
type GuildMember,
type Message,
PermissionFlagsBits,
type TextChannel,
} from "discord.js";
import { Context, Event, type Lavamusic } from "../../structures/index.js";
import { T } from "../../structures/I18n.js";
import { Context, Event, type Lavamusic } from "../../structures/index.js";

export default class MessageCreate extends Event {
constructor(client: Lavamusic, file: string) {
Expand Down

0 comments on commit b29a4a0

Please sign in to comment.