Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Hopeful-Developers/topggwebhooks4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Top.gg Vote Webhook Library - Java

This is a Library for creating Webhooks in Java

This Library supports both top.gg/bots, aswell as top.gg/servers. You can use it for both

How to use (Wiki)

Javadocs

Example Usage in a Discord Bot

Quick-Start

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>