diff options
| -rw-r--r-- | pydis_core/exts/source.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_core/exts/source.py b/pydis_core/exts/source.py index 4bb7175a..807fd666 100644 --- a/pydis_core/exts/source.py +++ b/pydis_core/exts/source.py @@ -56,7 +56,7 @@ class SourceCode(commands.Cog, description="Displays information about the bot's def __init__(self, bot: "Bot", github_repo: str) -> None: self.bot = bot - self.github_repo = github_repo + self.github_repo = github_repo.rstrip("/") @commands.command(name="source", aliases=("src",)) async def source_command( |