move stuff around until it feels right

This commit is contained in:
MapleLeaf
2021-12-26 12:06:06 -06:00
parent d10618e3c1
commit 894e6abb26
35 changed files with 30 additions and 22 deletions

View File

@@ -1,8 +1,7 @@
import { Client } from "discord.js"
import "dotenv/config"
import React from "react"
import { DiscordJsAdapter } from "../src/discord-js-adapter"
import { Reacord } from "../src/main.js"
import { DiscordJsAdapter, Reacord } from "../library/main.js"
import { createCommandHandler } from "./command-handler.js"
import { Counter } from "./counter.js"