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 d15eb82 commit 6b4b7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/sendMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import * as fs from 'fs';
import * as path from 'path';
import * as toml from 'toml';

const embedPath = path.resolve(__dirname, '../constants/embeds.toml');
const ticketPath = path.resolve(__dirname, '../constants/tickets.toml');
const embedPath = path.resolve('constants/embeds.toml');
const ticketPath = path.resolve('constants/tickets.toml');

console.log(`Reading embeds from ${embedPath}`);
console.log(`Reading tickets from ${ticketPath}`);
Expand Down

0 comments on commit 6b4b7d8

Please sign in to comment.