|
|
|
@ -549,6 +549,7 @@ class Utils:
|
|
|
|
plt.text(x, y, ' ISS', fontsize=20, color='red')
|
|
|
|
plt.text(x, y, ' ISS', fontsize=20, color='red')
|
|
|
|
|
|
|
|
|
|
|
|
with BytesIO() as output:
|
|
|
|
with BytesIO() as output:
|
|
|
|
|
|
|
|
async with ctx.typing():
|
|
|
|
plt.savefig(output, format='png', transparent=True)
|
|
|
|
plt.savefig(output, format='png', transparent=True)
|
|
|
|
output.seek(0)
|
|
|
|
output.seek(0)
|
|
|
|
await ctx.send(file=discord.File(output, 'output.png'))
|
|
|
|
await ctx.send(file=discord.File(output, 'output.png'))
|
|
|
|
|