Skip to content

Commit

Permalink
chore: no idea
Browse files Browse the repository at this point in the history
  • Loading branch information
flowergardn committed Dec 29, 2024
1 parent 971f1c7 commit f013916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'reflect-metadata';
import { importx } from '@discordx/importer';
import { Client } from 'discordx';
import { Database } from "bun:sqlite";
import { env } from './env/server';
import { env } from '~/env/server';
import {IntentsBitField} from "discord.js";
import path from "node:path";
import * as fs from "node:fs";
Expand Down

0 comments on commit f013916

Please sign in to comment.