Skip to content

Commit

Permalink
fix: wrong path in MessageCreate event file
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed May 8, 2024
1 parent af14af3 commit 9c8d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/MessageCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { Message } from 'discord.js';
import { ChannelType } from 'discord.js';
import type Client from '../base/Client.js';
import Event from '../base/Event.js';
import { env } from 'env.js';
import { env } from '../env.js';

export default class MessageCreate extends Event {
constructor() {
Expand Down

0 comments on commit 9c8d77e

Please sign in to comment.