daviddao commited on
Commit
3690283
·
1 Parent(s): b0de847

adding text

Browse files
Files changed (1) hide show
  1. bot.py +1 -1
bot.py CHANGED
@@ -112,7 +112,7 @@ async def image(ctx, id):
112
  embed.add_field(name="Proposed by", value=image_data['author'], inline=True)
113
  path = f'https://gainforest-transparency-dashboard.s3.amazonaws.com/{image_data["awsCID"]}'
114
  embed.set_image(url=path)
115
- await ctx.respond(embed=embed)
116
 
117
  def confAutocomplete(self: discord.AutocompleteContext):
118
  return ['low', 'medium', 'high']
 
112
  embed.add_field(name="Proposed by", value=image_data['author'], inline=True)
113
  path = f'https://gainforest-transparency-dashboard.s3.amazonaws.com/{image_data["awsCID"]}'
114
  embed.set_image(url=path)
115
+ await ctx.respond(f"You are looking at Image ID {id}\n!Hint: You can use [NParks Flora & Fauna Database](https://www.nparks.gov.sg/florafaunaweb), the [Singapore Bird List](https://singapore.biodiversity.online/) or to verify", embed=embed)
116
 
117
  def confAutocomplete(self: discord.AutocompleteContext):
118
  return ['low', 'medium', 'high']