mirror of
https://github.com/artiemis/artemis.js.git
synced 2026-02-14 10:21:54 +00:00
add isdown alias
This commit is contained in:
parent
471e6638c6
commit
0aa9c09fe7
@ -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)
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user