Ver código fonte

fix workflow mess

Markus-Rost 3 anos atrás
pai
commit
9da6b87411
2 arquivos alterados com 64 adições e 2 exclusões
  1. 32 1
      interactions/commands/inline.json
  2. 32 1
      interactions/commands/verify.json

+ 32 - 1
interactions/commands/inline.json

@@ -1 +1,32 @@
-
+{
+  "id": "",
+  "application_id": "",
+  "name": "inline",
+  "name_localizations": {
+    "en-GB": "inline",
+    "en-US": "inline"
+  },
+  "description": "Post a message with inline wiki links.",
+  "description_localizations": {
+    "en-GB": "Post a message with inline wiki links.",
+    "en-US": "Post a message with inline wiki links."
+  },
+  "default_permission": true,
+  "default_member_permissions": "68608",
+  "options": [
+    {
+      "type": 3,
+      "name": "text",
+      "name_localizations": {
+        "en-GB": "text",
+        "en-US": "text"
+      },
+      "description": "Text including wikitext links.",
+      "description_localizations": {
+        "en-GB": "Text including wikitext links.",
+        "en-US": "Text including wikitext links."
+      },
+      "required": true
+    }
+  ]
+}

+ 32 - 1
interactions/commands/verify.json

@@ -1 +1,32 @@
-
+{
+  "id": "",
+  "application_id": "",
+  "name": "verify",
+  "name_localizations": {
+    "en-GB": "verify",
+    "en-US": "verify"
+  },
+  "description": "Verify your Discord account with your wiki account.",
+  "description_localizations": {
+    "en-GB": "Verify your Discord account with your wiki account.",
+    "en-US": "Verify your Discord account with your wiki account."
+  },
+  "default_permission": false,
+  "default_member_permissions": "68608",
+  "options": [
+    {
+      "type": 3,
+      "name": "username",
+      "name_localizations": {
+        "en-GB": "username",
+        "en-US": "username"
+      },
+      "description": "Your username on the wiki.",
+      "description_localizations": {
+        "en-GB": "Your username on the wiki.",
+        "en-US": "Your username on the wiki."
+      },
+      "required": false
+    }
+  ]
+}