fix known bugs

This commit is contained in:
night0721 2022-02-23 03:36:09 +08:00
parent 170583415a
commit bffaf93184

View file

@ -2,7 +2,7 @@ const { getreddit } = require("cath");
const { MessageActionRow, MessageButton, MessageEmbed } = require("discord.js"); const { MessageActionRow, MessageButton, MessageEmbed } = require("discord.js");
module.exports = { module.exports = {
name: "nsfw", name: "nsfw",
description: "nsfw command", description: "NSFW command",
run: async (client, interaction) => { run: async (client, interaction) => {
const msg = await interaction.channel.send({ content: "Getting images" }); const msg = await interaction.channel.send({ content: "Getting images" });
async function embed() { async function embed() {