commit | 7b985d804fd14bce43fffe8c68451ed86f603bca | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Thu Jun 08 16:40:41 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Thu Jun 08 16:40:41 2023 -0400 |
tree | 9868c7d619c910dd9923b8c9765d979757701cb5 | |
parent | 33cf951feb3c4a6a0e2920922c1a4ca7533b2da4 [diff] [blame] |
updated packages. fixed pnpm lock stuff. Co-authored-by: PineappleFan <pineapplefanyt@gmail.com> Co-authored-by: Skyler <skyler3665@gmail.com>
diff --git a/src/utils/log.ts b/src/utils/log.ts index bae82dd..30804b3 100644 --- a/src/utils/log.ts +++ b/src/utils/log.ts
@@ -27,7 +27,7 @@ )[]; showDetails?: boolean; }; - list: Record<string, unknown>; + list: Record<string | symbol | number, unknown>; hidden: { guild: string; };