@ -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
{