Skip to content

Commit

Permalink
Merge pull request #173 from zhiyan114/master
Browse files Browse the repository at this point in the history
....
  • Loading branch information
zhiyan114 authored Sep 26, 2024
2 parents bf1d59d + 45cd5b6 commit 451e24d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { DiscordAPIError } from "discord.js";
import { relative } from "path";
import { APIErrors } from "./utils/discordErrorCode";
import { Prisma } from "@prisma/client";
import { redisPrefix } from './config.json';
import { redisPrefix } from "./config.json";

sentryInit({
dsn: process.env["SENTRY_DSN"],
Expand Down Expand Up @@ -108,6 +108,7 @@ sentryInit({
environment: process.env["ENVIRONMENT"]
});


// Start the main software
//import './index';

Expand Down

0 comments on commit 451e24d

Please sign in to comment.