A user with any colorless roles such as Voice Verified results in the !user embed having a black color (rather than blurple), as shown below.

This should just be an easy fix to a minor visual problem just by replacing this line:
|
embed.colour = user.top_role.colour if roles else Colour.blurple() |
A user with any colorless roles such as
Voice Verifiedresults in the!userembed having a black color (rather than blurple), as shown below.This should just be an easy fix to a minor visual problem just by replacing this line:
bot/bot/exts/info/information.py
Line 287 in c94fdb0