We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bc8ad commit a3d35acCopy full SHA for a3d35ac
1 file changed
pydis_core/exts/source.py
@@ -56,7 +56,7 @@ class SourceCode(commands.Cog, description="Displays information about the bot's
56
57
def __init__(self, bot: "Bot", github_repo: str) -> None:
58
self.bot = bot
59
- self.github_repo = github_repo
+ self.github_repo = github_repo.rstrip("/")
60
61
@commands.command(name="source", aliases=("src",))
62
async def source_command(
0 commit comments