Yusuf Arfan Ismail
Yusuf Arfan Ismail
> Did you test your recommended way to get started testing own changes? When I do your what you wroteI get an exception `java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7` can...
> > I ran the build and it worked > > I just did what you described. Copied the class in the same directory, right-clicked the file and executed it....
but did you change the class name and set a token
Will see if I am able to do the latter part of your message
> I also ran the normal tests and it also threw an error. For some reason it seems like gradle doesn't like running with Java 17 in Javacord. When I...
> > Would it be alright to add a .xml file for logging like https://github.com/YDWK/YDWK/blob/master/src/test/resources/logback.xml in the test folder. It says what logging you want and where from. > >...
> > Can we leave that for a separate pr > > But then what's the point of this PR if it is not really suitable for getting started with...
> > > Can we leave that for a separate pr > > > > > > But then what's the point of this PR if it is not really...
```java public class Test { public static void main(String[] args) { String token = ""; new DiscordApiBuilder().setToken(token) .setActivity(BotActivity.custom("with Javacord")).login().join(); } } ```