Making flows return an embed

This commit is contained in:
Luke Robles 2021-04-03 16:23:10 -07:00
parent b0373e63dd
commit f2ca6d65ed

View File

@ -34,7 +34,7 @@ def get_stats():
x.join()
final_string = ''
embed = discord.Embed(description="Flows", color=0x428bca, type="rich")
embed = discord.Embed(description="Flows :canoe:", color=0x428bca, type="rich")
embed.set_author(name="River stats")
for key, value in results.items():
embed.add_field(name=key, value=value, inline=False)