Actually return a link

This commit is contained in:
Luke Robles 2017-08-19 17:56:30 -05:00
parent c419c4fc6f
commit 17eace836d

View File

@ -97,6 +97,6 @@ def get_from_reddit():
def get_lewd(channel_name):
if 'nsfw' in channel_name:
random.choice([get_from_reddit, get_from_danbooru])()
return random.choice([get_from_reddit, get_from_danbooru])()
else:
return 'You can only use this command in NSFW channels'