Aetherroom instead of aidg.club

This commit is contained in:
Henk 2022-07-26 00:41:51 +02:00
parent 92c5cfeb9b
commit 4d8a633351
2 changed files with 3 additions and 3 deletions

View File

@ -5352,7 +5352,7 @@ def importgame():
def importAidgRequest(id):
exitModes()
urlformat = "https://prompts.aidg.club/api/"
urlformat = "https://aetherroom.club/api/"
req = requests.get(urlformat+id)
if(req.status_code == 200):

View File

@ -62,7 +62,7 @@
<div class="dropdown-menu">
<a class="dropdown-item" href="#" id="btn_import">AI Dungeon Adventure</a>
<a class="dropdown-item" href="#" id="btn_importwi">AI Dungeon World Info</a>
<a class="dropdown-item" href="#" id="btn_impaidg">aidg.club Prompt</a>
<a class="dropdown-item" href="#" id="btn_impaidg">aetherroom.club Prompt</a>
</div>
</li>
<li class="nav-item">
@ -218,7 +218,7 @@
<div class="popuptitletext">Enter the Prompt Number</div>
</div>
<div class="aidgpopuplistheader">
(4-digit number at the end of aidg.club URL)
(4-digit number at the end of aetherroom.club URL)
</div>
<div class="aidgpopupcontent">
<input class="form-control" type="text" placeholder="Prompt Number" id="aidgpromptnum">