From 3534937b2563b96d5f5aebe5389ef5e4b3f3c4c8 Mon Sep 17 00:00:00 2001 From: Anubhav1603 Date: Tue, 29 Sep 2020 13:32:57 +0530 Subject: added github url of seasonal bot --- bot/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index 7c8f72cb..417f384c 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -265,3 +265,6 @@ POSITIVE_REPLIES = [ class Wikipedia: total_chance = 3 + +class Source: + github = "https://github.com/python-discord/seasonalbot" -- cgit v1.2.3 From 276d3631ac260ac21f0825dba8aff9dfa0c107c0 Mon Sep 17 00:00:00 2001 From: Anubhav1603 Date: Fri, 2 Oct 2020 19:13:48 +0530 Subject: added github_avatar_url --- bot/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index 417f384c..a0c9f31e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -268,3 +268,4 @@ class Wikipedia: class Source: github = "https://github.com/python-discord/seasonalbot" + github_avatar_url = "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" -- cgit v1.2.3 From 3c418746112d020549fcbeac386aca0f18abebba Mon Sep 17 00:00:00 2001 From: Anubhav1603 Date: Sat, 3 Oct 2020 12:51:25 +0530 Subject: changed github_avatar_url --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index a0c9f31e..a9c9e23e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -268,4 +268,4 @@ class Wikipedia: class Source: github = "https://github.com/python-discord/seasonalbot" - github_avatar_url = "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" + github_avatar_url = "https://avatars1.githubusercontent.com/u/9919" -- cgit v1.2.3