plugins { id 'java' } group 'org.example' version '1.0-SNAPSHOT' repositories { mavenCentral() jcenter() } dependencies { implementation 'net.dv8tion:JDA:4.2.0_247' } test { useJUnitPlatform() }