Skip to content

Commit

Permalink
Test: fix test bot import path
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed May 1, 2022
1 parent 9bde7d1 commit 5559f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/bot.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Client } from "../build/Client";
import { ALL_INTENTS } from "../build/util/AllIntents";
import { Client } from "../src/Client";
import { example } from "./commands/example";
import { ALL_INTENTS } from "../src/util/AllIntents";

const config = require("./config.json")

Expand Down
2 changes: 1 addition & 1 deletion test/commands/example.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Slash } from "../../build/ts/interface/Slash";
import { Slash } from "../../src/ts/interface/Slash"
import { CommandInteraction } from "discord.js";

export const example: Slash = {
Expand Down

0 comments on commit 5559f0a

Please sign in to comment.