mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add custom status text to cv (but not the emoji yet)
This commit is contained in:
parent
519ec0202f
commit
1a2d9d8b8c
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class CvCommand(Command):
|
|||
elif member.activity.type == discord.ActivityType.watching:
|
||||
message += f" | 📺 {member.activity.name}"
|
||||
else:
|
||||
message += f" | ❓ Unknown activity"
|
||||
message += f" | ❓ {member.activity.state}"
|
||||
message += "\n"
|
||||
message += "\n"
|
||||
return {"response": message}
|
||||
|
|
Loading…
Reference in a new issue