fix known bugs
This commit is contained in:
parent
170583415a
commit
bffaf93184
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const { getreddit } = require("cath");
|
|||
const { MessageActionRow, MessageButton, MessageEmbed } = require("discord.js");
|
||||
module.exports = {
|
||||
name: "nsfw",
|
||||
description: "nsfw command",
|
||||
description: "NSFW command",
|
||||
run: async (client, interaction) => {
|
||||
const msg = await interaction.channel.send({ content: "Getting images" });
|
||||
async function embed() {
|
||||
|
|
Loading…
Reference in a new issue