bot.exts.fun.uwu#

The ancient arts of Uwuification.

Module Contents#

Classes#

Uwu

Cog for the uwu command.

Functions#

setup(→ None)

Load the uwu cog.

class bot.exts.fun.uwu.Uwu(bot: bot.bot.Bot)[source]#

Bases: discord.ext.commands.Cog

Cog for the uwu command.

async uwu_command(ctx: discord.ext.commands.Context, *, text: str | None = None) None[source]#

Echo an uwuified version the passed text.

Example: ‘.uwu Hello, my name is John’ returns something like ‘hewwo, m-my name is j-john nyaa~’.

async bot.exts.fun.uwu.setup(bot: bot.bot.Bot) None[source]#

Load the uwu cog.