From 88e07c053e5efa99487059d6de721aa8f747beb8 Mon Sep 17 00:00:00 2001 From: insert-usernamehere Date: Mon, 29 Mar 2021 12:47:33 -0400 Subject: [PATCH] Update database bot.py --- database bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database bot.py b/database bot.py index f09bee5..6a26f92 100644 --- a/database bot.py +++ b/database bot.py @@ -175,7 +175,7 @@ async def downloadcourtroom(ctx): urlpath = finalfilepath1.replace(" ", "_") os.rename(finalfilepath1,urlpath) newurlpath = finalfilepath1.replace("/public", "") - await ctx.send("http://fierce-push.auto.playit.gg:47746/"+str(newurlpath)) + await ctx.send("http://fierce-push.auto.playit.gg:47746/"+str(urlpath)) await ctx.send("note: this link will become invalid in 5 minutes") delfile = threading.Thread(target=closefile1) delfile.start()