Making flows return an embed
This commit is contained in:
parent
063fb53ce0
commit
04a95f11e0
@ -34,7 +34,7 @@ def get_stats():
|
|||||||
x.join()
|
x.join()
|
||||||
|
|
||||||
final_string = ''
|
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")
|
embed.set_author(name="River stats")
|
||||||
for key, value in results.items():
|
for key, value in results.items():
|
||||||
embed.add_field(name=key, value=value, inline=False)
|
embed.add_field(name=key, value=value, inline=False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user