Learn-Build-Teach / learn-build-teach-discord-bot

53 stars 17 forks source link

Prevent Content Embeds on Profile Listing #11

Closed jamesqquick closed 3 years ago

jamesqquick commented 3 years ago

The /profile command includes links to the user's Twitter, YouTube, etc. The problem is that is shows content embeds for each one making the profile data very long. We should prevent it from listing the embeds to make the information much shorter.

CleanShot 2021-10-02 at 17 42 21

DenysLins commented 3 years ago

@jamesqquick, I will implement this enhancement.