Typo in delete hook notify msg

This commit is contained in:
norohind 2021-11-06 19:09:07 +03:00
parent 959eba0ad8
commit 1111ad4190
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -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)