Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstick0017 authored Jan 20, 2022
1 parent 10769f3 commit a5cf82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Main extends ListenerAdapter {
private static EmbedBuilder leader;

public static void main(String[] args) throws LoginException, IOException {
String token = "OTEwNzI3MTQ0MTg1OTM3OTgw.YZXCvw.VfftmdEvOWBFadClKlT2Ee2WC1Y";
String token = "TOKEN HERE";
JDABuilder builder = JDABuilder.createDefault(token);
builder.setActivity(Activity.watching("college students suffer with javaFX"));
builder.addEventListeners(new Main());
Expand Down

0 comments on commit a5cf82a

Please sign in to comment.