From 372c85345d66bf29212a59f1980b77f0a37e2e40 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 18 Mar 2017 21:39:59 +0100 Subject: [PATCH] Fixed dnd emoji --- grandbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":