commit | 3a02ea3d3489070728e7d7a09aa68fd53f8e4d3e | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Thu Aug 11 21:35:04 2022 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Thu Aug 11 21:35:04 2022 +0100 |
tree | 79e31ea670b425caee2276eca89fd8cc9daf077e | |
parent | 977c6c0b7baf9fe4cea8a433ae0cce4a5daf68cd [diff] [blame] |
styling fixes and some typing
diff --git a/src/utils/client.ts b/src/utils/client.ts index 0ce61f1..1795cfa 100644 --- a/src/utils/client.ts +++ b/src/utils/client.ts
@@ -1,3 +1,4 @@ +// @ts-expect-error import { HaikuClient } from "jshaiku"; import { Intents } from "discord.js"; import config from "../config/main.json" assert { type: "json" };