From ad96b59b23929a0b7f896119cfb3faf517197ea5 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Fri, 11 Dec 2020 11:31:11 -0500 Subject: [PATCH] Changed the greyline colour theme Fixes #316 --- CHANGELOG.md | 2 ++ exts/image.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e75690..dfeabae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Changed +- New colour theme for `?greyline`. ## [2.5.1] - 2020-12-10 diff --git a/exts/image.py b/exts/image.py index c6b72e7..9a834dc 100644 --- a/exts/image.py +++ b/exts/image.py @@ -17,8 +17,7 @@ import common as cmn class ImageCog(commands.Cog): - gl_url = ("http://www.fourmilab.ch/cgi-bin/uncgi/Earth?img=NOAAtopo.evif" - "&imgsize=320&dynimg=y&opt=-p&lat=&lon=&alt=&tle=&date=0&utc=&jd=") + gl_url = "https://www.fourmilab.ch/cgi-bin/uncgi/Earth?img=ETOPO1_day-m.evif&dynimg=y&opt=-p" def __init__(self, bot: commands.Bot): self.bot = bot