Package io.github.daflamingfox
Class TxtCmd
- java.lang.Object
-
- io.github.daflamingfox.TxtCmd
-
public class TxtCmd extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.javacord.api.DiscordApigetApi()StringgetDescription()CmdExecutorgetExecutor()StringgetKeyword()String[]getKeywordAliases()StringgetPrefix()StringgetUsage()
-
-
-
Method Detail
-
getPrefix
public String getPrefix()
-
getKeyword
public String getKeyword()
-
getKeywordAliases
public String[] getKeywordAliases()
-
getExecutor
public CmdExecutor getExecutor()
-
getApi
public org.javacord.api.DiscordApi getApi()
-
getDescription
public String getDescription()
-
getUsage
public String getUsage()
-
-