All Downloads are FREE. Search and download functionalities are using the official Maven repository.

discord4j.discordjson.json.Activity Maven / Gradle / Ivy

There is a newer version: 1.7.9
Show newest version
package discord4j.discordjson.json;

interface Activity {

    String name();

    int type();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy