forked from rDrama/rDrama
1
0
Fork 0

unmarked as chud -> unchudded

master
Aevann1 2022-11-07 07:44:09 +02:00
parent 99a44f461c
commit 07f4383d4c
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ def unagendaposter(user_id, v):
badge = user.has_badge(28)
if badge: g.db.delete(badge)
send_repeatable_notification(user.id, f"@{v.username} (Admin) has unmarked you as a chud.")
send_repeatable_notification(user.id, f"@{v.username} (Admin) has unchudded you.")
return {"message": f"@{user.username} has been unchudded!"}