mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-12 11:16:13 -05:00
parent
6074f5bc45
commit
ad96b59b23
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user