removing dale function
This commit is contained in:
parent
3d20739859
commit
e1f3200057
@ -63,11 +63,3 @@ def random_bird_reddit():
|
||||
|
||||
def get_rat():
|
||||
return get_from_reddit.get_image('rats')
|
||||
|
||||
|
||||
def dale():
|
||||
return "https://luker.gq/dale/" + urllib.parse.quote(
|
||||
random.choice(requests.get(
|
||||
'https://luker.gq/dale').json()
|
||||
)['name']
|
||||
)
|
@ -214,12 +214,6 @@ async def dog(ctx):
|
||||
import animals
|
||||
await ctx.send(animals.get_dog())
|
||||
|
||||
@bot.command(name='dale')
|
||||
async def dale(ctx):
|
||||
|
||||
import animals
|
||||
await ctx.send(animals.dale())
|
||||
|
||||
@bot.command(name='define')
|
||||
async def define(ctx):
|
||||
|
||||
|
@ -41,10 +41,6 @@ def get_help_message(method):
|
||||
'Pulls the latest corona virus stats per state from Johns Hopkins data',
|
||||
'Usage: !corona <some US state>\neg: !corona Colorado'
|
||||
],
|
||||
'dale': [
|
||||
'Returns a random photo of dale',
|
||||
'\nUsage: !dale'
|
||||
],
|
||||
'decide': [
|
||||
'Dragon-bot will help make the tough decisions for you',
|
||||
' If there is only one option, it will give you a yes or no',
|
||||
|
Loading…
x
Reference in New Issue
Block a user