Skip to content

Commit

Permalink
fix: fix ts exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Aug 17, 2021
1 parent b1746a9 commit fcc9679
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import { SlashCreator } from './creator';
import { RespondFunction, TransformedRequest } from './server';
import { ComponentContext } from './structures/interfaces/componentContext';
import { MessageData } from './structures/message';
import { version } from '../package.json';

export const VERSION: string = version;
export const VERSION: string = require('../package.json').version;

export const API_VERSION = 8;
export const INTERACTION_VERSION = 1;
Expand Down

0 comments on commit fcc9679

Please sign in to comment.