From 9585c5fe1d11b281f2a81bf40a86e42a3836d98b Mon Sep 17 00:00:00 2001 From: Gintautas Kazlauskas Date: Wed, 22 Sep 2021 00:18:28 +0300 Subject: Uwuification done. --- bot/exts/fun/uwu.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bot') diff --git a/bot/exts/fun/uwu.py b/bot/exts/fun/uwu.py index 2b063e1c..a6be7c3d 100644 --- a/bot/exts/fun/uwu.py +++ b/bot/exts/fun/uwu.py @@ -141,3 +141,7 @@ class Uwu(Cog): if converted_text: converted_text = f">>> {converted_text.lstrip('> ')}" await ctx.send(content=converted_text, embed=embed) + +def setup(bot: Bot) -> None: + """Load the uwu cog.""" + bot.add_cog(Uwu(bot)) -- cgit v1.2.3