Skip to content

Commit

Permalink
fixed imports with alias
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Jun 6, 2024
1 parent 1b5fd91 commit b9ec0df
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"discord-api-types": "^0.36.1",
"esbuild": "^0.19.5",
"eslint": "^8.57.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"esm": "^3.2.25",
"fancy-log": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import url from "url"
import discord from "discord.js"
import path from "path"
import chalk from "chalk"
import apiTypes from "discord-api-types/v8.js"
import apiTypes from "discord-api-types/v8"

import * as handler from "@ghom/handler"

Expand Down

0 comments on commit b9ec0df

Please sign in to comment.