add isdown alias

This commit is contained in:
artie 2025-02-24 16:04:10 +01:00
parent 471e6638c6
commit 0aa9c09fe7

View File

@ -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)
),