diff --git a/src/commands/utility/isdown.ts b/src/commands/utility/isdown.ts index 68282a9..59e4c7e 100644 --- a/src/commands/utility/isdown.ts +++ b/src/commands/utility/isdown.ts @@ -9,7 +9,7 @@ import { FAKE_USER_AGENT } from "../../utils/constants"; export default defineCommand({ data: new SlashCommandBuilder() .setName("isdown") - .setDescription("URL healthcheck") + .setDescription("URL healthcheck (isup)") .addStringOption(option => option.setName("url").setDescription("The URL to check").setRequired(true) ),