Merge branch 'V3/develop' into cog_guide_core

This commit is contained in:
bobloy
2021-02-23 17:32:08 -05:00
9 changed files with 682 additions and 15 deletions

View File

@@ -216,7 +216,7 @@ class General(commands.Cog):
async def lmgtfy(self, ctx, *, search_terms: str):
"""Create a lmgtfy link."""
search_terms = escape(urllib.parse.quote_plus(search_terms), mass_mentions=True)
await ctx.send("https://lmgtfy.com/?q={}".format(search_terms))
await ctx.send("https://lmgtfy.app/?q={}".format(search_terms))
@commands.command(hidden=True)
@commands.guild_only()