nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit bffaf9318464fa549f21339712f91a1d25ee6e44
parent 170583415aca6f5b4398b020437ca759a6dcb153
Author: night0721 <[email protected]>
Date:   Wed, 23 Feb 2022 03:36:09 +0800

fix known bugs

Diffstat:
Mcommand/Utilities/nsfw.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/command/Utilities/nsfw.js b/command/Utilities/nsfw.js @@ -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() {