Package net.bonn2.modules
Class Module
java.lang.Object
net.bonn2.modules.Module
-
Field Details
-
name
-
version
-
description
-
author
-
depends
protected com.google.gson.JsonArray depends
-
-
Constructor Details
-
Module
public Module()
-
-
Method Details
-
getName
-
getVersion
-
getDescription
-
getAuthor
-
getDepends
public com.google.gson.JsonArray getDepends() -
registerLoggingChannels
public abstract void registerLoggingChannels() -
registerSettings
public abstract void registerSettings() -
load
public abstract void load() -
getCommands
public abstract net.dv8tion.jda.api.interactions.commands.build.CommandData[] getCommands()
-