diff --git a/grandbot.py b/grandbot.py index cc49973a..9ec49073 100644 --- a/grandbot.py +++ b/grandbot.py @@ -227,7 +227,7 @@ Sintassi: `/cv`""" if user.status.name == "online": status = "🔵" elif user.status.name == "dnd": - status = "⚪" + status = "🔴" elif user.status.name == "idle": status = "⚫" elif user.status.name == "offline":