diff options
| author | 2019-01-09 18:11:39 -0500 | |
|---|---|---|
| committer | 2019-01-09 18:11:39 -0500 | |
| commit | ee0a38a5671597d200c4927d9e900481727cecf1 (patch) | |
| tree | 27189db4039c03601a337bf0e38899a22e82a6c2 | |
| parent | Put channel category id constant back in class (diff) | |
Change awkward wording
| -rw-r--r-- | bot/cogs/free.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/free.py b/bot/cogs/free.py index a66a37f1b..e9c0386fd 100644 --- a/bot/cogs/free.py +++ b/bot/cogs/free.py @@ -79,7 +79,7 @@ class Free:              embed.description += ("**\nThese channels aren't guaranteed to be free, "                                    "so use your best judgement and check for yourself.")          else: -            embed.description = ("**Doesn't look like any channels are available to me. " +            embed.description = ("**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.**")  |