From d86ada71b31d0ec53cd644a5f1c0352c758cc03a Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 12 Oct 2022 20:22:09 +0200 Subject: [PATCH] refactor: slash command button thingy on ip --- commands/minecraft/ip.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/minecraft/ip.ts b/commands/minecraft/ip.ts index 936c4ef..6bff11f 100644 --- a/commands/minecraft/ip.ts +++ b/commands/minecraft/ip.ts @@ -25,9 +25,9 @@ export default commandModule({ const usuario = options[1].getMember('usuario', true); if (!usuario) { - await ctx.reply({content: "La IP del servidor de Minecraft es `minecraft.maraturing.com`,\nPide acceso con el comando /mcform.", ephemeral: true}) + await ctx.reply({content: "La IP del servidor de Minecraft es `minecraft.maraturing.com`,\nPide acceso con el comando .", ephemeral: true}) } else { - await ctx.reply({content: `${usuario}` + ", la IP del servidor de Minecraft es `minecraft.maraturing.com`,\nPide acceso con el comando /mcform"}) + await ctx.reply({content: `${usuario}` + ", la IP del servidor de Minecraft es `minecraft.maraturing.com`,\nPide acceso con el comando ."}) } }, }); \ No newline at end of file