diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml
new file mode 100644
index 0000000..1915afb
--- /dev/null
+++ b/dependency-reduced-pom.xml
@@ -0,0 +1,56 @@
+
+
+ 4.0.0
+ org.Fusion
+ ScriptBotX-FusionCompiler
+ 1.0-SNAPSHOT
+
+
+
+ maven-shade-plugin
+ 3.2.1
+
+
+ package
+
+ shade
+
+
+
+
+
+
+ *:*
+
+
+
+
+ *:*
+
+ **/*.class
+
+
+
+
+
+ org.Fusion.Server.ServerMain
+
+
+
+
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 4.0.1
+ provided
+
+
+
+ 21
+ 21
+ UTF-8
+
+
diff --git a/pom.xml b/pom.xml
index c839cfc..c312bba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,4 +14,57 @@
UTF-8
-
\ No newline at end of file
+
+
+ javax.servlet
+ javax.servlet-api
+ 4.0.1
+ provided
+
+
+ com.google.code.gson
+ gson
+ 2.10.1
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.2.1
+
+
+ package
+
+ shade
+
+
+
+
+
+
+ *:*
+
+
+
+
+ *:*
+
+ **/*.class
+
+
+
+
+
+
+ org.Fusion.Server.ServerMain
+
+
+
+
+
+
+
diff --git a/src/main/java/org/Fusion/Compiler/Compiler.java b/src/main/java/org/Fusion/Compiler/Compiler.java
index de65449..e0c7dc3 100644
--- a/src/main/java/org/Fusion/Compiler/Compiler.java
+++ b/src/main/java/org/Fusion/Compiler/Compiler.java
@@ -8,7 +8,7 @@
public class Compiler {
private final List> tokens;
-
+ private String botToken = null;
public Compiler(List> tokens) {
this.tokens = tokens;
}
@@ -32,6 +32,7 @@ public void convertToTokens(List