From b4d7e598d3fc4b4fd1a25b02bdf9f13078ad15fb Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 15 Sep 2018 19:54:03 -0500 Subject: [PATCH] missing word --- geoffrey/cogs/Search_Commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geoffrey/cogs/Search_Commands.py b/geoffrey/cogs/Search_Commands.py index 75e2a78..debd533 100644 --- a/geoffrey/cogs/Search_Commands.py +++ b/geoffrey/cogs/Search_Commands.py @@ -81,7 +81,7 @@ class Search_Commands: base_string = self.bot.bot_commands.find_around(x_pos, z_pos, radius, dimension) if len(base_string) != 0: - await ctx.send('{}, the following locations(s) within **{}** blocks of that point: \n {}'.format( + await ctx.send('{}, the following locations(s) are within **{}** blocks of that point: \n {}'.format( ctx.message.author.mention, radius, base_string)) else: await ctx.send('{}, there are no locations within {} blocks of that point'