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