aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/githubinfo.py
diff options
context:
space:
mode:
authorGravatar D0rs4n <[email protected]>2021-08-08 00:45:08 +0200
committerGravatar D0rs4n <[email protected]>2021-08-08 00:45:08 +0200
commita412cfe18ecb7845dafae8cedfdd6558a1b4dae4 (patch)
treebce1f9e1c2fa24c616a49bf4ea8e189d079ad89e /bot/exts/evergreen/githubinfo.py
parentFine tune indenting in GithubInfo cog (diff)
Update Stackoverflow, Wolfram, movie_generator cogs to use aiohttp get params
Diffstat (limited to 'bot/exts/evergreen/githubinfo.py')
-rw-r--r--bot/exts/evergreen/githubinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/githubinfo.py b/bot/exts/evergreen/githubinfo.py
index 012cc274..15f6154c 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -93,7 +93,7 @@ class GithubInfo(commands.Cog):
if user_data["type"] == "User":
embed.add_field(
name="Gists",
- value=f"[{gists}](https://gist.github.com/"f"{quote_plus(username, safe='')}"f")"
+ value=f"[{gists}](https://gist.github.com/{quote_plus(username, safe='')})"
)
embed.add_field(