export embed field

This commit is contained in:
MapleLeaf
2021-12-21 11:12:30 -06:00
parent b74527ddf4
commit 8db448d190
2 changed files with 3 additions and 3 deletions

View File

@@ -2,11 +2,10 @@
import type { Message, MessageOptions } from "discord.js"
import { Client, TextChannel } from "discord.js"
import React from "react"
import { EmbedField } from "./embed-field.js"
import { omit } from "./helpers/omit.js"
import { raise } from "./helpers/raise.js"
import type { ReacordRoot } from "./main"
import { createRoot, Embed, Text } from "./main"
import type { ReacordRoot } from "./main.js"
import { createRoot, Embed, EmbedField, Text } from "./main.js"
import { testBotToken, testChannelId } from "./test-environment.js"
const client = new Client({