This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @file BotAI Ask Modal. | |
| * @author TechyGiraffe999 | |
| * @license Apache License 2.0 | |
| */ | |
| /** | |
| * @type {import("../../../../typings").ModalInteractionCommand} | |
| */ | |
| const fs = require('fs').promises; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @file BotNameAI Ask Modal. | |
| * @author TechyGiraffe999 | |
| * @license Apache License 2.0 | |
| */ | |
| /** | |
| * @type {import("../../../../typings").ModalInteractionCommand} | |
| */ | |
| const fs = require('fs').promises; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @file Minecraft Advancement Generator Slash Command. | |
| * @author TechyGiraffe999 | |
| * @license Apache License 2.0 | |
| */ | |
| const { EmbedBuilder, SlashCommandBuilder } = require("discord.js"); | |
| module.exports = { | |
| data: new SlashCommandBuilder() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @file NSFW Disabler Create | |
| * @author TechyGiraffe999 | |
| * @license Apache License 2.0 | |
| */ | |
| // Declares constants (destructured) to be used in this file. | |
| const { Collection, ChannelType, Events, EmbedBuilder } = require("discord.js"); | |
| const { owner } = require("../../config.json"); | |
| const fetch = require("node-fetch"); |