missing word

doc_update
Joey Hines 2018-09-15 19:54:03 -05:00
parent e82528e62c
commit b4d7e598d3
1 changed files with 1 additions and 1 deletions

View File

@ -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'