Even more formatting

This commit is contained in:
Adriene Hutchins 2020-03-24 19:36:10 -04:00
parent 16ffa1a968
commit 5f8ef8a8d8

View file

@ -167,7 +167,7 @@ class Search(commands.Cog, name="Basic"):
# Sends message # Sends message
await self.info( await self.info(
f"**New Search** - `{ctx.author}` in `{ctx.guild}`\n\n{msg}", f"**New Search** - `{ctx.author}` in `{ctx.guild}`\n\n{msg}",
name="_basic_search" name="New Search"
) )
await ctx.send(msg) await ctx.send(msg)