Skip to content

Commit

Permalink
Update bot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Aug 17, 2024
1 parent bbaa75d commit 7678801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BUTTON_STYLES, INTENTS } from "../src/constants.js";
import ActionRow from "../src/util/builder/actionRowBuilder.js";
import Button from "../src/util/builder/buttonBuilder.js";
import Embed from "../src/util/builder/embedBuilder.js";
import File from "../src/util/builder/file.js";
import FileUpload from "../src/util/builder/fileUpload.js";
import MessageComponents from "../src/util/builder/messageComponents.js";
const client = new Client({
cacheGuilds: true,
Expand Down

0 comments on commit 7678801

Please sign in to comment.