diff options
| -rw-r--r-- | bot/exts/fun/uwu.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/bot/exts/fun/uwu.py b/bot/exts/fun/uwu.py index 91c5e11b..44285ae9 100644 --- a/bot/exts/fun/uwu.py +++ b/bot/exts/fun/uwu.py @@ -6,7 +6,6 @@ from discord.ext import commands  from discord.ext.commands import Cog, Context, clean_content  from bot.bot import Bot -from bot.exts.fun.fun import Fun  from bot.utils import helpers  WORD_REPLACE = { @@ -117,7 +116,7 @@ class Uwu(Cog):          if (fun_cog := ctx.bot.get_cog("Fun")):              text, embed = await fun_cog._get_text_and_embed(ctx, text) -           # Grabs the text from the embed for uwuification. +            # Grabs the text from the embed for uwuification.              if embed is not None:                  embed = fun_cog._convert_embed(self._uwuify, embed)          else: | 
