diff --git a/app/lewds.py b/app/lewds.py index ce8cb4f0..56f99876 100644 --- a/app/lewds.py +++ b/app/lewds.py @@ -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'