Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sanduh32 <[email protected]>
  • Loading branch information
Sanduhr32 committed Jan 18, 2018
1 parent c361050 commit 9e8f789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ml/duncte123/skybot/SkyBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static void main(String... args) throws Exception {
AirUtils.loadAllTags();

//Set the token to a string
String token = AirUtils.config.getString("discord.tokenu", "Your Bot Token");
String token = AirUtils.config.getString("discord.token", "Your Bot Token");

//But this time we are going to shard it
int TOTAL_SHARDS = AirUtils.config.getInt("discord.totalShards", 1);
Expand Down

0 comments on commit 9e8f789

Please sign in to comment.