This commit is contained in:
itsMapleLeaf
2022-07-27 18:31:12 -05:00
parent 528e600f1a
commit 76d50b00fa

View File

@@ -1,13 +1,10 @@
import type { TextChannel } from "discord.js" import { ChannelType, Client, IntentsBitField, TextChannel } from "discord.js"
import { ChannelType, Client, IntentsBitField } from "discord.js"
import "dotenv/config" import "dotenv/config"
import { chunk, kebabCase } from "lodash-es" import { kebabCase } from "lodash-es"
import prettyMilliseconds from "pretty-ms" import prettyMilliseconds from "pretty-ms"
import React, { useEffect, useState } from "react" import React, { useEffect, useState } from "react"
import { generatePropCombinations } from "../helpers/generate-prop-combinations"
import { raise } from "../helpers/raise" import { raise } from "../helpers/raise"
import { waitFor } from "../helpers/wait-for" import { waitFor } from "../helpers/wait-for"
import type { ButtonProps } from "../library.new/main"
import { Button, ReacordDiscordJs } from "../library.new/main" import { Button, ReacordDiscordJs } from "../library.new/main"
const client = new Client({ intents: IntentsBitField.Flags.Guilds }) const client = new Client({ intents: IntentsBitField.Flags.Guilds })