RealYusufIsmail / YDW

YDW (Yusuf's Discord Wrapper) My own Discord Wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Central

All Contributors

YDW

YDW (Yusuf's Discord Wrapper) My own Discord Wrapper inspired by others such as JDA and Javacord

This project use java 17.

This is for learning purposes.

Import

To use this project you need to add this to your build.gradle file:

repositories {
    mavenCentral()
}

dependencies {
    implementation group: 'io.github.realyusufismail', name: 'ydw', version: '0.0.5'
}

Gitpod

Open in Gitpod

Credits

I have used some code from JDA so all credit goes for them.

These include:

Inspiration for the websocket and CloseCode.

Inspiration for event adapter. Handle event system was built alone.

Inspiration for the gateway intent.

some other minor methods such as gateway ping.

The use of optionals was inspired by JavaCord.

If i have missed on any code that I have used from JDA, please let me know.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Yusuf Arfan Ismail

🚇 ⚠️ 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

YDW (Yusuf's Discord Wrapper) My own Discord Wrapper

License:Apache License 2.0


Languages

Language:Java 100.0%