1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04:00

Add Roll Distribution flag

This commit is contained in:
Ean Milligan
2025-06-21 16:18:04 -04:00
parent 308f897eb7
commit babc57497e
19 changed files with 481 additions and 209 deletions

View File

@@ -140,7 +140,7 @@ Please see attached file for audit details on cached guilds and members.`,
},
],
file: {
blob: b.size > 8388290 ? tooBig : b,
blob: b.size > config.maxFileSize ? tooBig : b,
name: 'auditDetails.txt',
},
})