Moving the old dragon-bot out of the app dir
This commit is contained in:
parent
978eb434f2
commit
b072a70c6f
@ -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):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user