Some log formatting

This commit is contained in:
Adriene Hutchins 2020-03-24 19:35:25 -04:00
parent 21e0d283a4
commit 16ffa1a968
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class Search(commands.Cog, name="Basic"):
# Sends message
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"
)
await ctx.send(msg)