python-discord/sir-lancebot

Using `imsosorry` for uwuification

somehybrid opened this issue · 1 comments

Description

This proposal seeks to use the imsosorry package for uwuification instead of the current in-built one.

Reasoning

This proposal would benefit the community as there have been several (8 as I can count) issues for uwuification. However, using an external package for this would move issues relating to uwuification to that package and would add some new additions.

Proposed Implementation

Additional Details

The imsosorry package is derived from the Sir Lancebot's uwu.py file with some extra additions and being discord.py-agnostic. This would mean the _ext_emoji_replace function would still have to be in Sir Lancebot.

Would you like to implement this yourself?

  • I'd like to implement this feature myself
  • Anyone can implement this feature

This repository is a learning tool for our community.

Installing a 3rd party package and having the bot be a thin command wrapper around it does not reach this goal.

Anyone is welcome to pickup the outstanding issues around the uwu command if they want to lean about discord bots, regex, or contributing to github repositories themselves.