mirror of
https://github.com/norohind/jubilant-system.git
synced 2025-04-20 16:07:36 +03:00
Typo in delete hook notify msg
This commit is contained in:
parent
959eba0ad8
commit
1111ad4190
2
hooks.py
2
hooks.py
@ -235,7 +235,7 @@ def detect_removing_ru_squads(squad_id: int, db_conn: sqlite3.Connection):
|
||||
|
||||
if 32 in user_tags:
|
||||
# ru squad
|
||||
message = f'Deleted squad RU squad `{name}`\nplatform: {platform}, members: {members}, tag: {tag}, ' \
|
||||
message = f'Deleted RU squad `{name}`\nplatform: {platform}, members: {members}, tag: {tag}, ' \
|
||||
f'created: {created}'
|
||||
utils.notify_discord(message)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user