fix: Failing tests due to import sorting.

This commit is contained in:
cpojer
2026-02-01 10:41:31 +09:00
parent 96c9ffdedc
commit 58f4185925
13 changed files with 62 additions and 50 deletions

View File

@@ -368,10 +368,10 @@ sender as `Member (PK:System)` to avoid accidental Discord pings.
discord: {
pluralkit: {
enabled: true,
token: "pk_live_..." // optional; required for private systems
}
}
}
token: "pk_live_...", // optional; required for private systems
},
},
},
}
```