Swapping owo to use owotext for more autism

This commit is contained in:
Luke Robles 2021-09-04 13:37:08 -07:00
parent ac3cdc56c6
commit e6f091aafa
2 changed files with 4 additions and 3 deletions

View File

@ -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:]))
)

View File

@ -4,6 +4,6 @@ gTTS
lxml
pandas
requests
TextToOwO
owotext
wikipedia
wolframalpha