zwichenstand

This commit is contained in:
Sebastian Zeidler
2019-03-05 03:15:07 +01:00
parent 37103ec4d8
commit 1df3fb1f64
2 changed files with 170 additions and 5 deletions

View File

@ -17,9 +17,9 @@ public class Main {
public static void main(String[] args) {
// Insert your bot's token here
String token = "NTQ2ODk5MzYwMDEzODc3MjU4.D0u8wA.VfA2vJzundVhCl1-ibDiBaKuA8w";
//String token = "NTQ2ODk5MzYwMDEzODc3MjU4.D0u8wA.VfA2vJzundVhCl1-ibDiBaKuA8w";
// iro
//String token = "NTQ2NzEwODUwOTIxMjk5OTc5.D0sL6A.1fUd5iBr3eo2tbPXofEqyumDm6w";
String token = "NTQ2NzEwODUwOTIxMjk5OTc5.D0sL6A.1fUd5iBr3eo2tbPXofEqyumDm6w";
JDABuilder builder = new JDABuilder(AccountType.BOT);