Home - Hopeful-Developers/topggwebhooks4j GitHub Wiki

Topggwebhooks4j - Webhook Library for Top.gg

This Library is an easy-to-use Library for making a Webhook for Bots/Servers on top.gg

Dependencies

Gradle

repositories {
maven { url 'https://jitpack.io' }
}

dependencies {
implementation 'com.github.Hopefuls:topggwebhooks4j:1.3.5'
}

Maven

<repositories>
	<repository>
		 <id>jitpack.io</id>
		 <url>https://jitpack.io</url>
	</repository>
</repositories>
	<dependency>
	    <groupId>com.github.Hopefuls</groupId>
	    <artifactId>topggwebhooks4j</artifactId>
	    <version>1.3.5</version>
	</dependency>

Need any help? Head over to my Discord!

⚠️ **GitHub.com Fallback** ⚠️