Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRealFrost committed Nov 23, 2024
1 parent 49e9433 commit fca8cf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Copyright (c) Inertia Lighting, Some Rights Reserved //
//------------------------------------------------------------//

require('dotenv').config({ path: `stack.env}` })

Check failure on line 5 in src/index.ts

View workflow job for this annotation

GitHub Actions / lint (16.x)

Strings must use singlequote

Check failure on line 5 in src/index.ts

View workflow job for this annotation

GitHub Actions / lint (16.x)

Missing semicolon

import path from 'node:path';

import * as Discord from 'discord.js';
Expand Down

0 comments on commit fca8cf4

Please sign in to comment.