Browse Source

escape the loop! (why is this a loop)

pull/4/head
Mike 3 years ago
parent
commit
cfaabe75d8
  1. 2
      cogs/thera.py

2
cogs/thera.py

@ -83,7 +83,7 @@ class Thera(commands.Cog):
value=f"Less than {time_until_eol.diff_for_humans(absolute=True)}",
)
embed.description = f'http://evemaps.dotlan.net/route/{system_name}:{i["destinationSolarSystem"]["name"]}'
await ctx.send(embed=embed)
return await ctx.send(embed=embed)
return await ctx.send("Could not find a connection to Thera.")

Loading…
Cancel
Save