Skip to content

Commit

Permalink
hide random.cat
Browse files Browse the repository at this point in the history
API hasn't been functional for months lol
  • Loading branch information
Glazelf committed Jun 23, 2023
1 parent 4f346d0 commit ac4ef09
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions commands/api/randomcat.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ module.exports.config = {
options: [{
name: "text",
type: "STRING",
description: "Text to put over a catAAS image."
}, {
name: "api",
type: "STRING",
description: "Choose which API you want to use.",
choices: [
{ name: "random.cat", value: "randomcat" },
{ name: "catAAS", value: "catAAS" }
]
description: "Text to put over the image." // Only works with catAAS
}, {
// name: "api",
// type: "STRING",
// description: "Choose which API you want to use.",
// choices: [
// { name: "random.cat", value: "randomcat" },
// { name: "catAAS", value: "catAAS" }
// ]
// }, {
name: "ephemeral",
type: "BOOLEAN",
description: "Whether the reply will be private."
Expand Down

0 comments on commit ac4ef09

Please sign in to comment.