Adding rat pics for ashley

This commit is contained in:
Luke Robles 2021-03-02 21:42:19 -08:00
parent cc4f27aa54
commit 0ad2e6ecaa
2 changed files with 8 additions and 0 deletions

View File

@ -59,3 +59,6 @@ def random_bird_reddit():
'birbs',
]
)
def get_rat():
return get_from_reddit.get_image('rats')

View File

@ -288,6 +288,11 @@ async def decide(ctx):
import decide
await ctx.send(decide.decide(ctx.message.content))
@bot.command(name='rat')
async def rat(ctx):
import animals
await ctx.send(animals.get_rat())
@bot.command(name='stock')
async def stock(ctx):