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:
@@ -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',
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user