Make finduser and whois recursive as well

This commit is contained in:
Tarrgon
2025-05-30 18:39:47 -04:00
parent 87de789e7d
commit 33a6ba893b
5 changed files with 57 additions and 71 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
export * from './alt-utils';
export * from './array-utils';
export * from './audit-log-utils';
export * from './channel-utils';
@@ -6,9 +7,9 @@ export * from './e621-utils';
export * from './message-logger';
export * from './message-utils';
export * from './ms-to-human';
export * from './note-utils';
export * from './refresh-commands';
export * from './string-utils';
export * from './ticket-utils';
export * from './wait';
export * from './note-utils';
export * from './whois';