summary refs log tree commit diff
path: root/Live2dHistoire/live2d/js
diff options
context:
space:
mode:
Diffstat (limited to 'Live2dHistoire/live2d/js')
-rw-r--r--Live2dHistoire/live2d/js/message.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Live2dHistoire/live2d/js/message.js b/Live2dHistoire/live2d/js/message.js
index ca6cf11..66cdf33 100644
--- a/Live2dHistoire/live2d/js/message.js
+++ b/Live2dHistoire/live2d/js/message.js
@@ -158,7 +158,7 @@ if(!norunFlag){
 	function showHitokoto(){
 		if(sessionStorage.getItem("Sleepy")!=="1"){
 			if(!AITalkFlag){
-				$.getJSON('https://v1.hitokoto.cn/',function(result){
+				$.getJSON('https://hitokoto.mayx.eu.org/',function(result){
 					talkValTimer();
 					showMessage(result.hitokoto, 0);
 				});