From 99adfa73841f046152ee12521d8d39b48044f843 Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 28 Mar 2022 11:12:55 -0400 Subject: [PATCH] remove https from version url --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 443c8d6..79219a3 100644 --- a/main.py +++ b/main.py @@ -55,7 +55,7 @@ async def on_message(message): await message.channel.send('] radiobot commands: help, version, song') if message.content == '!version': - await message.channel.send('] radiobot ' + bot_version + ' - python ' + os.environ['PYTHON_VERSION'] + ' - https://github.com/deflax/radiobot :purple_heart:') + await message.channel.send('] radiobot ' + bot_version + ' - python ' + os.environ['PYTHON_VERSION'] + ' - github.com/deflax/radiobot :purple_heart:') if message.content == '!song': request = urllib2.Request(source, headers={'Icy-MetaData': 1}) # request metadata