keep-around/23b8b9e8830874d5f04b57600c3660bddce1287b
Pingex aka Raphaël 9 years ago
parent 8e5dec8aa6
commit b4ee8f84a1

@ -5,7 +5,7 @@ import sx.blah.discord.handle.obj.IMessage;
import java.util.List;
/**
* A Context contains all informations related to a command invokation, like the Command being invoked, its provided arguments and the originating message.
* A Context contains all informations related to a command invocation, like the Command being invoked, its provided arguments and the originating message.
*/
public class Context
{