Swapping owo to use owotext for more autism
This commit is contained in:
parent
ac3cdc56c6
commit
e6f091aafa
@ -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:]))
|
||||
)
|
||||
|
||||
|
@ -4,6 +4,6 @@ gTTS
|
||||
lxml
|
||||
pandas
|
||||
requests
|
||||
TextToOwO
|
||||
owotext
|
||||
wikipedia
|
||||
wolframalpha
|
||||
|
Loading…
x
Reference in New Issue
Block a user