aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/python_news.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/cogs/python_news.py b/bot/cogs/python_news.py
index 1d8f2aeb0..0ab5738a4 100644
--- a/bot/cogs/python_news.py
+++ b/bot/cogs/python_news.py
@@ -113,6 +113,7 @@ class PythonNews(Cog):
webhook=self.webhook,
username=data["feed"]["title"],
embed=embed,
+ avatar_url=AVATAR_URL,
wait=True,
)
payload["data"]["pep"].append(pep_nr)
@@ -189,6 +190,7 @@ class PythonNews(Cog):
webhook=self.webhook,
username=self.webhook_names[maillist],
embed=embed,
+ avatar_url=AVATAR_URL,
wait=True,
)
payload["data"][maillist].append(thread_information["thread_id"])