mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fixed dnd emoji
This commit is contained in:
parent
d741eadbd4
commit
372c85345d
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue