From e6f091aafae254961fe581dcc91b12d9c71bb658 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 4 Sep 2021 13:37:08 -0700 Subject: [PATCH] Swapping owo to use owotext for more autism --- app/bot.py | 5 +++-- app/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/bot.py b/app/bot.py index 29ab819f..44531e0a 100755 --- a/app/bot.py +++ b/app/bot.py @@ -126,8 +126,9 @@ async def roll(ctx): @bot.command(name='owo') async def owo(ctx): - from TextToOwO.owo import text_to_owo - await ctx.send(text_to_owo( + from owotext import OwO + uwu = OwO() + await ctx.send(uwu.whatsthis( ' '.join(ctx.message.content.split()[1:])) ) diff --git a/app/requirements.txt b/app/requirements.txt index ac200ba4..fb32e793 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,6 +4,6 @@ gTTS lxml pandas requests -TextToOwO +owotext wikipedia wolframalpha