From bb46a28a1a7af175f5a621c29678b4586946cd76 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Mon, 4 Jun 2018 13:27:27 -0800 Subject: [PATCH] Changed spacing on git url --- exts/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/git.py b/exts/git.py index 1628ffd..8d3fe3c 100644 --- a/exts/git.py +++ b/exts/git.py @@ -20,7 +20,7 @@ class Git: em = discord.Embed(style='rich', title=f'Here is where you can find my code', url='https://github.com/dustinpianalto/Geeksbot/tree/development', - description='I am the development branch of Geeksbot. You can find the master branch here:' + description='I am the development branch of Geeksbot. You can find the master branch here:\n' 'https://github.com/dustinpianalto/Geeksbot/', color=embed_color) em.set_thumbnail(url=f'{ctx.guild.me.avatar_url}')