SkillAgentSearch skills...

Topggwebhooks4j

Java Webhook Library for Top.gg

Install / Use

/learn @Hopeful-Developers/Topggwebhooks4j
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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>
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks1

Languages

Java

Security Score

55/100

Audited on May 10, 2024

No findings