export embed field
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
export * from "./embed"
|
export * from "./embed"
|
||||||
|
export * from "./embed-field"
|
||||||
export * from "./root"
|
export * from "./root"
|
||||||
export * from "./text"
|
export * from "./text"
|
||||||
|
|||||||
@@ -2,11 +2,10 @@
|
|||||||
import type { Message, MessageOptions } from "discord.js"
|
import type { Message, MessageOptions } from "discord.js"
|
||||||
import { Client, TextChannel } from "discord.js"
|
import { Client, TextChannel } from "discord.js"
|
||||||
import React from "react"
|
import React from "react"
|
||||||
import { EmbedField } from "./embed-field.js"
|
|
||||||
import { omit } from "./helpers/omit.js"
|
import { omit } from "./helpers/omit.js"
|
||||||
import { raise } from "./helpers/raise.js"
|
import { raise } from "./helpers/raise.js"
|
||||||
import type { ReacordRoot } from "./main"
|
import type { ReacordRoot } from "./main.js"
|
||||||
import { createRoot, Embed, Text } from "./main"
|
import { createRoot, Embed, EmbedField, Text } from "./main.js"
|
||||||
import { testBotToken, testChannelId } from "./test-environment.js"
|
import { testBotToken, testChannelId } from "./test-environment.js"
|
||||||
|
|
||||||
const client = new Client({
|
const client = new Client({
|
||||||
|
|||||||
Reference in New Issue
Block a user