suggest

open fun suggest(sender: Sender, args: A): List<String>

Gets the list of suggestions for the given sender and the given args.

This will be called by the command manager when suggestions are requested for this command.

Return

a list of possible tab completions

Parameters

sender

the sender who sent the tab completion request

args

the arguments provided by the sender