| Method | Description |
|---|---|
| com.github.johnnyjayjay.discord.commandapi.CommandEvent.Command.getJoinedArgs(int) |
This method was deprecated and replaced by CommandEvent.Command#joinArgs.
|
| com.github.johnnyjayjay.discord.commandapi.CommandSettings.addHelpLabel(String) |
This method is deprecated and thus not supported anymore. Help Commands are now registered like any other command,
i.e. using CommandSettings#put. To use the default implementation of the help command, register an instance of DefaultHelpCommand.
|
| com.github.johnnyjayjay.discord.commandapi.CommandSettings.addHelpLabels(String...) |
This method is deprecated and thus not supported anymore. Help Commands are now registered like any other command,
i.e. using CommandSettings#put. To use the default implementation of the help command, register an instance of DefaultHelpCommand.
|
| com.github.johnnyjayjay.discord.commandapi.CommandSettings.clearHelpLabels() |
This method is deprecated and thus not supported anymore. Help commands are now removed like any other command,
using CommandSettings#remove.
|
| com.github.johnnyjayjay.discord.commandapi.CommandSettings.getHelpLabelSet() |
This method is deprecated and not supported in this version anymore. It will be removed in a future release.
Help labels can now be retrieved with CommandSettings#getLabels(ICommand).
|
| com.github.johnnyjayjay.discord.commandapi.CommandSettings.removeHelpLabel(String) |
This method is deprecated and thus not supported anymore. Help commands are now removed like any other command,
using CommandSettings#remove.
|
| com.github.johnnyjayjay.discord.commandapi.CommandSettings.removeHelpLabels(String...) |
This method is deprecated and thus not supported anymore. Help commands are now removed like any other command,
using CommandSettings#remove.
|
| com.github.johnnyjayjay.discord.commandapi.ICommand.info(Member) |
This method is deprecated. Please use the other info-method instead as this is no longer supported.
|
Copyright © 2018. All rights reserved.