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 138cc8e commit 578e54b
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 { db } from '~/index';
require('toml-require').install();
const embeds: {
menu: APIEmbed;
} = require('~/constants/embeds.toml');
const tickets = require('~/constants/tickets.toml');;
} = require('../constants/embeds.toml');
const tickets = require('../constants/tickets.toml');

interface TicketType {
title: string;
Expand Down

0 comments on commit 578e54b

Please sign in to comment.