소스 검색

make username optional

Markus-Rost 4 년 전
부모
커밋
a6ddd25ab4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      interactions/commands.json

+ 1 - 1
interactions/commands.json

@@ -25,7 +25,7 @@
 				"type": 3,
 				"name": "username",
 				"description": "Your username on the wiki.",
-				"required": true
+				"required": false
 			}
 		]
 	},