diff options
author | 2019-10-25 09:06:12 +0200 | |
---|---|---|
committer | 2019-10-25 09:06:12 +0200 | |
commit | efdd666f0972c4e5468aee3477b5150d176f6d25 (patch) | |
tree | 73a87a48fd7fd41171c8accea4ad349844da473e | |
parent | Requested changes (diff) |
Remove bold tag when no channel is available
-rw-r--r-- | bot/cogs/free.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/cogs/free.py b/bot/cogs/free.py index e1554a4b4..82285656b 100644 --- a/bot/cogs/free.py +++ b/bot/cogs/free.py @@ -88,10 +88,10 @@ class Free(Cog): embed.set_footer(text="Please confirm these channels are free before posting") else: embed.description = ( - "**Doesn't look like any channels are available right now. " + "Doesn't look like any channels are available right now. " "You're welcome to check for yourself to be sure. " "If all channels are truly busy, please be patient " - "as one will likely be available soon.**" + "as one will likely be available soon." ) await ctx.send(embed=embed) |