Remove development token option (please only use TOKEN))
diff --git a/src/index.ts b/src/index.ts
index b3883a1..442b182 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -26,6 +26,6 @@
     console.error(err);
 });
 
-await client.login(config.enableDevelopment ? config.developmentToken : config.token);
+await client.login(config.token);
 
 await recordPerformance();