1
0
Fork 0
mirror of synced 2024-06-28 11:10:27 +12:00

Changed up formatting a bit

This commit is contained in:
Phxntxm 2016-08-15 15:46:08 -05:00
parent 99cd485f5b
commit 050e668450

View file

@ -30,7 +30,7 @@ class Links:
snippet = re.sub('<span class=\\"searchmatch\\">','', snippet)
snippet = re.sub('</span>','',snippet)
snippet = re.sub('&quot;','"',snippet)
await self.bot.say("Here is the best match I found with the query `{}`:\nURL: {}\n```\nSnippet: {}```".format(query, url, snippet))
await self.bot.say("Here is the best match I found with the query `{}`:\nURL: {}\nSnippet: \n```\n{}```".format(query, url, snippet))
@commands.command()
@checks.custom_perms(send_messages=True)