Moving the old dragon-bot out of the app dir

This commit is contained in:
Luke Robles 2020-08-06 17:31:54 -07:00
parent 1357a1f3ef
commit 144b727142
2 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,14 @@ async def stock(ctx):
await ctx.send(embed=result) await ctx.send(embed=result)
@bot.command(name='flows')
async def flows(ctx):
import river_stats
result = river_stats.get_stats()
await ctx.send(result)
@bot.command(name='8ball') @bot.command(name='8ball')
async def eight_ball(ctx): async def eight_ball(ctx):