Calculate md5 hashes of uploaded files

Discord does some weird stuff to file data, and we have to reverse it.
This commit is contained in:
Tarrgon
2025-06-06 12:05:32 -04:00
parent b2da956069
commit 423fc69f9f
3 changed files with 78 additions and 7 deletions
+1
View File
@@ -5,6 +5,7 @@ export * from './ban-utils';
export * from './channel-utils';
export * from './commands';
export * from './e621-utils';
export * from './file-utils';
export * from './interaction-utils';
export * from './message-logger';
export * from './message-utils';