Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/GPT3Discord/commit/ab4e01841d73f5fe168b6412c6830d736111b432
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -4,7 +4,7 @@
[](https://pypi.com/project/gpt3discord)
[](https://github.com/Kav-K/GPT3Discord/releases)
[](https://GitHub.com/Naereen/StrapDown.js /graphs/commit-activity)
[](https://GitHub.com/Kav-K/GPT3Discord /graphs/commit-activity)
[](https://github.com/Kav-K/GPT3Discord/blob/master/LICENSE)
[](http://makeapullrequest.com)
@ -64,7 +64,7 @@ asyncio.ensure_future(Deletion.process_deletion_queue(deletion_queue, 1, 1))
Settings for the bot
"""
activity = discord . Activity (
type = discord . ActivityType . watching , name = " for /help /g , and more!"
type = discord . ActivityType . watching , name = " for /help /g pt , and more!"
)
bot = discord . Bot ( intents = discord . Intents . all ( ) , command_prefix = " ! " , activity = activity )
usage_service = UsageService ( Path ( os . environ . get ( " DATA_DIR " , os . getcwd ( ) ) ) )