This PR modifies how core.TypicalEmbed handles titles and descriptions. Instead of using custom functions, the following class now passes positional and keyword-only arguments directly to the disnake.Embed class overwrite.
👇 Click on the image for a new way to code review
####
[![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/IgKniteDev/IgKnite/232/bec061de/c004587e73a912bf0b50b220c6d0d7e1fde23086.svg)](https://app.codesee.io/r/reviews?pr=232&src=https%3A%2F%2Fgithub.com%2FIgKniteDev%2FIgKnite)
#### Legend
Things changed:
This PR modifies how
core.TypicalEmbed
handles titles and descriptions. Instead of using custom functions, the following class now passes positional and keyword-only arguments directly to thedisnake.Embed
class overwrite.