From 2bb042653c89013c88622c4f75a850436e7ce8f5 Mon Sep 17 00:00:00 2001 From: Wasi Master <63045920+wasi-master@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:56:27 +0600 Subject: [PATCH] Update meta.py --- src/extensions/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/meta.py b/src/extensions/meta.py index 097c477..77e31d4 100644 --- a/src/extensions/meta.py +++ b/src/extensions/meta.py @@ -360,7 +360,7 @@ async def source(self, ctx, *, command: str = None): location = "src/" + os.path.relpath(filename).replace("\\", "/") else: location = module.replace(".", "/") + ".py" - source_url = "https://github.com/Rapptz/discord.py" + source_url = "https://github.com/wasi-master/wm_bot" branch = "master" final_url = f"<{source_url}/blob/{branch}/{location}#L{firstlineno}-L{firstlineno + len(lines) - 1}>\nBe sure to ⭐ star it if you like it"