commit | dd1155eb3de44d7c8dbf0d6b6cdb9b2064c29169 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sat Feb 26 22:06:12 2022 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Sat Feb 26 22:06:12 2022 +0000 |
tree | 1f8067cee7f69e6e6c9f5e9bf12530e488843ccb | |
parent | 2c33b9f1a85366384aa29a93c0107fabbb15adc3 [diff] [blame] |
ban works!
diff --git a/src/index.ts b/src/index.ts index 6bc97b7..9a361f6 100644 --- a/src/index.ts +++ b/src/index.ts
@@ -1,6 +1,6 @@ import { HaikuClient } from 'jshaiku'; import { Intents } from 'discord.js'; -import config from './config.json' assert {type: 'json'}; +import config from './config/main.json' assert {type: 'json'}; const client = new HaikuClient({ intents: new Intents(32767).bitfield, // This is a way of specifying all intents w/o having to type them out