mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-04-12 09:50:01 +03:00
SpecialSquads hook: fix deleted template
This commit is contained in:
parent
86e3f439c3
commit
47aed0e085
@ -30,7 +30,7 @@ class DeleteSpecialSquad(Hook):
|
||||
if not is_special_squadron(last_record['squad_id']):
|
||||
return
|
||||
|
||||
message = f'Deleted SPECIAL squad `{last_record["name"]}` [last_record["tag"]]\nplatform: {last_record["platform"]}, members: {last_record["member_count"]}, ' \
|
||||
message = f'Deleted SPECIAL squad `{last_record["name"]}` [{last_record["tag"]}]\nplatform: {last_record["platform"]}, members: {last_record["member_count"]}, ' \
|
||||
f'created: {last_record["created"]}, owner: `{last_record["owner_name"]}`'
|
||||
HookUtils.notify_discord(message)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user