Adding rat pics for ashley
This commit is contained in:
parent
cc4f27aa54
commit
0ad2e6ecaa
@ -59,3 +59,6 @@ def random_bird_reddit():
|
||||
'birbs',
|
||||
]
|
||||
)
|
||||
|
||||
def get_rat():
|
||||
return get_from_reddit.get_image('rats')
|
||||
|
@ -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):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user