Skip to content

Commit

Permalink
Update meta.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wasi-master authored Dec 14, 2023
1 parent 0fedc3d commit 2bb0426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2bb0426

Please sign in to comment.